Share via


DocumentProtection.CryptographicAlgorithmType Property

Cryptographic Algorithm Type.Represents the attribte in schema: w:cryptAlgorithmType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptAlgorithmType")> _
Public Property CryptographicAlgorithmType As EnumValue(Of CryptAlgorithmValues)
    Get
    Set
'Usage
Dim instance As DocumentProtection
Dim value As EnumValue(Of CryptAlgorithmValues)

value = instance.CryptographicAlgorithmType

instance.CryptographicAlgorithmType = value
[SchemaAttrAttribute(, "cryptAlgorithmType")]
public EnumValue<CryptAlgorithmValues> CryptographicAlgorithmType { get; set; }

Property Value

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

See Also

Reference

DocumentProtection Class

DocumentProtection Members

DocumentFormat.OpenXml.Wordprocessing Namespace