FileSharing.SaltValue-Eigenschaft
Salt for password hash.Represents the attribte in schema: saltValue
Namespace: DocumentFormat.OpenXml.Spreadsheet
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
<SchemaAttrAttribute(, "saltValue")> _
Public Property SaltValue As Base64BinaryValue
Get
Set
'Usage
Dim instance As FileSharing
Dim value As Base64BinaryValue
value = instance.SaltValue
instance.SaltValue = value
[SchemaAttrAttribute(, "saltValue")]
public Base64BinaryValue SaltValue { get; set; }
Eigenschaftswert
Typ: DocumentFormat.OpenXml.Base64BinaryValue