Share via


DocumentProtection.CryptographicAlgorithmClass Property

Cryptographic Algorithm Class.Represents the attribte in schema: w:cryptAlgorithmClass

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptAlgorithmClass")> _
Public Property CryptographicAlgorithmClass As EnumValue(Of CryptAlgorithmClassValues)
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As EnumValue(Of CryptAlgorithmClassValues)

value = instance.CryptographicAlgorithmClass

instance.CryptographicAlgorithmClass = value
[SchemaAttrAttribute(, "cryptAlgorithmClass")]
public EnumValue<CryptAlgorithmClassValues> CryptographicAlgorithmClass { get; set; }

Property Value

Type: DocumentFormat.OpenXml.EnumValue<CryptAlgorithmClassValues>
Returns EnumValue<T>.

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace