DocumentProtection.CryptographicSpinCount Property

Iterations to Run Hashing Algorithm.Represents the attribte in schema: w:cryptSpinCount

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptSpinCount")> _
Public Property CryptographicSpinCount As UInt32Value
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As UInt32Value

value = instance.CryptographicSpinCount

instance.CryptographicSpinCount = value
[SchemaAttrAttribute(, "cryptSpinCount")]
public UInt32Value CryptographicSpinCount { get; set; }

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns Int32Value.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace