Share via


DocumentProtection.CryptographicAlgorithmSid Property

Cryptographic Hashing Algorithm.Represents the attribte in schema: w:cryptAlgorithmSid

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptAlgorithmSid")> _
Public Property CryptographicAlgorithmSid As Int32Value
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As Int32Value

value = instance.CryptographicAlgorithmSid

instance.CryptographicAlgorithmSid = value
[SchemaAttrAttribute(, "cryptAlgorithmSid")]
public Int32Value CryptographicAlgorithmSid { get; set; }

Property Value

Type: DocumentFormat.OpenXml.Int32Value
Returns Int32Value.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace