CryptAlgorithmValues Enum

Definition

Cryptographic Algorithm Type

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

Fields

CryptAlgorithmValues(String)

Creates a new CryptAlgorithmValues enum instance

Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
Invalid 1

Invalid Algorithm Type.

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

Invalid

Invalid Algorithm Type.

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

Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
ToString()
TypeAny 0

Any Algorithm Type.

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

TypeAny

Any Algorithm Type.

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

IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)

Applies to