CryptAlgorithmClassValues Enumeration
Cryptographic Algorithm Classes
Namespace: DocumentFormat.OpenXml.Presentation
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
Syntax
'Declaration
Public Enumeration CryptAlgorithmClassValues
'Usage
Dim instance As CryptAlgorithmClassValues
public enum CryptAlgorithmClassValues
Members
Member name | Description | |
---|---|---|
Hash | Hash Algorithm Class. When the item is serialized out as xml, its value is "hash". | |
Invalid | Invalid Algorithm Class. When the item is serialized out as xml, its value is "invalid". |