Compartir a través de


CryptAlgorithmClassValues Enumeración

Definición

Clases de algoritmo criptográfico

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)
Herencia
CryptAlgorithmClassValues
Herencia
CryptAlgorithmClassValues

Campos

Nombre Valor Description
Hash 0

Clase de algoritmo hash.

Cuando el elemento se serializa como xml, su valor es "hash".

Invalid 1

Clase de algoritmo no válida.

Cuando el elemento se serializa como xml, su valor es "no válido".

CryptAlgorithmClassValues(String)

Crea una nueva instancia de enumeración CryptAlgorithmClassValues

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

Clase de algoritmo hash.

Cuando el elemento se serializa como xml, su valor es "hash".

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

Clase de algoritmo no válida.

Cuando el elemento se serializa como xml, su valor es "no válido".

ToString()

Se aplica a