DocumentProtection.Salt Property

Salt for Password Verifier.Represents the attribte in schema: w:salt

Namespace:  DocumentFormat.OpenXml.Wordprocessing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "salt")> _
Public Property Salt As Base64BinaryValue
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As Base64BinaryValue

value = instance.Salt

instance.Salt = value
[SchemaAttrAttribute(, "salt")]
public Base64BinaryValue Salt { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace