WorkbookProtection.RevisionsSaltValue Property

Salt Value for Password Verifier.Represents the attribte in schema: revisionsSaltValue

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

Syntax

'Declaration
<SchemaAttrAttribute(, "revisionsSaltValue")> _
Public Property RevisionsSaltValue As Base64BinaryValue
    Get
    Set
'Usage
Dim instance As WorkbookProtection
Dim value As Base64BinaryValue

value = instance.RevisionsSaltValue

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

Property Value

Type: DocumentFormat.OpenXml.Base64BinaryValue

See Also

Reference

WorkbookProtection Class

WorkbookProtection Members

DocumentFormat.OpenXml.Spreadsheet Namespace