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

Name Value Description
Hash 0

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".

CryptAlgorithmClassValues(String)

Creates a new CryptAlgorithmClassValues enum instance

Equality(CryptAlgorithmClassValues, CryptAlgorithmClassValues)
Equals(CryptAlgorithmClassValues)
Equals(Object)
GetHashCode()
Hash

Hash Algorithm Class.

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

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

Invalid Algorithm Class.

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

ToString()

Applies to