Compartir a través de


CryptAlgorithmValues Enumeración

Definición

Define la enumeración CryptAlgorithmValues.

public enum CryptAlgorithmValues
public readonly struct CryptAlgorithmValues : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Wordprocessing.CryptAlgorithmValues>, IEquatable<DocumentFormat.OpenXml.Wordprocessing.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.

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

Custom 1

costumbre.

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

Este elemento solo está disponible en Office 2010 y versiones posteriores.

CryptAlgorithmValues(String)

Crea una nueva instancia de enumeración CryptAlgorithmValues

Custom

costumbre.

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

Este elemento solo está disponible en Office 2010 y versiones posteriores.

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

Cualquier tipo.

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

Se aplica a