ModificationVerifier.CryptographicAlgorithmType Property
Cryptographic Algorithm Type.Represents the attribte in schema: cryptAlgorithmType
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Декларация
<SchemaAttrAttribute(, "cryptAlgorithmType")> _
Public Property CryptographicAlgorithmType As EnumValue(Of CryptAlgorithmValues)
Get
Set
'Применение
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>.