Share via


ModificationVerifier.CryptographicAlgorithmSid Property

Cryptographic Hashing Algorithm.Represents the attribte in schema: cryptAlgorithmSid

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

Syntax

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

value = instance.CryptographicAlgorithmSid

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

Property Value

Type: DocumentFormat.OpenXml.UInt32Value
Returns UInt32Value.

See Also

Reference

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace