Share via


ModificationVerifier.CryptographicAlgorithmType Property

Cryptographic Algorithm Type.Represents the attribte in schema: cryptAlgorithmType

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

Syntax

'Declaration
<SchemaAttrAttribute(, "cryptAlgorithmType")> _
Public Property CryptographicAlgorithmType As EnumValue(Of CryptAlgorithmValues)
    Get
    Set
'Usage
Dim instance As ModificationVerifier
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

ModificationVerifier Class

ModificationVerifier Members

DocumentFormat.OpenXml.Presentation Namespace