ModificationVerifier.SaltData Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Salt for Password Verifier
Represents the following attribute in the schema: saltData
[DocumentFormat.OpenXml.SchemaAttr(0, "saltData")]
public DocumentFormat.OpenXml.Base64BinaryValue SaltData { get; set; }public DocumentFormat.OpenXml.Base64BinaryValue SaltData { get; set; }[DocumentFormat.OpenXml.SchemaAttr(0, "saltData")]
public DocumentFormat.OpenXml.Base64BinaryValue? SaltData { get; set; }[DocumentFormat.OpenXml.SchemaAttr("saltData")]
public DocumentFormat.OpenXml.Base64BinaryValue? SaltData { get; set; }public DocumentFormat.OpenXml.Base64BinaryValue? SaltData { get; set; }member this.SaltData : DocumentFormat.OpenXml.Base64BinaryValue with get, set[<DocumentFormat.OpenXml.SchemaAttr(0, "saltData")>]
member this.SaltData : DocumentFormat.OpenXml.Base64BinaryValue with get, set[<DocumentFormat.OpenXml.SchemaAttr("saltData")>]
member this.SaltData : DocumentFormat.OpenXml.Base64BinaryValue with get, setPublic Property SaltData As Base64BinaryValueProperty Value
Returns StringValue.
- Attributes