Compartir a través de


CryptAlgorithmValues Enumeración

Definición

Tipo de algoritmo criptográfico

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

Campos

Nombre Valor Description
TypeAny 0

Cualquier tipo de algoritmo.

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

Invalid 1

Tipo de algoritmo no válido.

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

CryptAlgorithmValues(String)

Crea una nueva instancia de enumeración CryptAlgorithmValues

Equality(CryptAlgorithmValues, CryptAlgorithmValues)
Equals(CryptAlgorithmValues)
Equals(Object)
GetHashCode()
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<CryptAlgorithmValues>.Create(String)
Inequality(CryptAlgorithmValues, CryptAlgorithmValues)
Invalid

Tipo de algoritmo no válido.

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

ToString()
TypeAny

Cualquier tipo de algoritmo.

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

Se aplica a