CryptAlgorithmClassValues Enum

Definition

Cryptographic Algorithm Classes

public enum CryptAlgorithmClassValues
public readonly struct CryptAlgorithmClassValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues>, IEquatable<DocumentFormat.OpenXml.Presentation.CryptAlgorithmClassValues>
type CryptAlgorithmClassValues = 
type CryptAlgorithmClassValues = struct
    interface IEnumValue
    interface IEnumValueFactory<CryptAlgorithmClassValues>
Public Enum CryptAlgorithmClassValues
Public Structure CryptAlgorithmClassValues
Implements IEnumValue, IEnumValueFactory(Of CryptAlgorithmClassValues), IEquatable(Of CryptAlgorithmClassValues)
Inheritance
CryptAlgorithmClassValues
Inheritance
CryptAlgorithmClassValues

Fields

CryptAlgorithmClassValues(String)

Creates a new CryptAlgorithmClassValues enum instance

Equals(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash 0

Hash Algorithm Class.

When the item is serialized out as xml, its value is "hash".

Hash

Hash Algorithm Class.

When the item is serialized out as xml, its value is "hash".

Invalid 1

Invalid Algorithm Class.

When the item is serialized out as xml, its value is "invalid".

Invalid

Invalid Algorithm Class.

When the item is serialized out as xml, its value is "invalid".

Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
Inequality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
ToString()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmClassValues>.Create(String)

Applies to