DocumentProtection.Hash Property

Password Hash.Represents the attribte in schema: w:hash

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

Syntax

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

value = instance.Hash

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

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue
Returns StringValue.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace