ModificationVerifier.CryptographicAlgorithmClass Property
Cryptographic Algorithm Class.Represents the attribte in schema: cryptAlgorithmClass
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaración
<SchemaAttrAttribute(, "cryptAlgorithmClass")> _
Public Property CryptographicAlgorithmClass As EnumValue(Of CryptAlgorithmClassValues)
Get
Set
'Uso
Dim instance As ModificationVerifier
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>.