CryptAlgorithmValues Énumération
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Type d’algorithme de chiffrement
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)
- Héritage
-
CryptAlgorithmValues
- Héritage
-
CryptAlgorithmValues
Champs
CryptAlgorithmValues(String) | Crée une énumération CryptAlgorithmValues instance |
|
Equals(CryptAlgorithmValues) | ||
Equals(Object) | ||
GetHashCode() | ||
Invalid | 1 | Type d’algorithme non valide. Lorsque l’élément est sérialisé au format xml, sa valeur est « non valide ». |
Invalid | Type d’algorithme non valide. Lorsque l’élément est sérialisé au format xml, sa valeur est « non valide ». |
|
Equality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
Inequality(CryptAlgorithmValues, CryptAlgorithmValues) | ||
ToString() | ||
TypeAny | 0 | N’importe quel type d’algorithme. Lorsque l’élément est sérialisé au format xml, sa valeur est « typeAny ». |
TypeAny | N’importe quel type d’algorithme. Lorsque l’élément est sérialisé au format xml, sa valeur est « typeAny ». |
|
IEnumValue.IsValid | ||
IEnumValue.Value | ||
IEnumValue.Version | ||
IEnumValueFactory<CryptAlgorithmValues>.Create(String) |