CryptAlgorithmValues Enumeration

Cryptographic Algorithm Type

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

Syntax

'Declaration
Public Enumeration CryptAlgorithmValues
'Usage
Dim instance As CryptAlgorithmValues
public enum CryptAlgorithmValues

Members

Member name Description
TypeAny Any Algorithm Type. When the item is serialized out as xml, its value is "typeAny".
Invalid Invalid Algorithm Type. When the item is serialized out as xml, its value is "invalid".

See Also

Reference

DocumentFormat.OpenXml.Presentation Namespace