KeyExportEncryptionAlgorithm Structure

Définition

Algorithme de chiffrement utilisé pour protéger le matériel de clé exporté.

public readonly struct KeyExportEncryptionAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.KeyExportEncryptionAlgorithm>
type KeyExportEncryptionAlgorithm = struct
Public Structure KeyExportEncryptionAlgorithm
Implements IEquatable(Of KeyExportEncryptionAlgorithm)
Héritage
KeyExportEncryptionAlgorithm
Implémente

Constructeurs

KeyExportEncryptionAlgorithm(String)

Initialise une nouvelle instance de la structure KeyExportEncryptionAlgorithm.

Propriétés

CkmRsaAesKeyWrap

Obtient un CKM_RSA_AES_KEY_WRAP KeyExportEncryptionAlgorithm.

RsaAesKeyWrap256

Obtient un RSA_AES_KEY_WRAP_256 KeyExportEncryptionAlgorithm.

RsaAesKeyWrap384

Obtient un RSA_AES_KEY_WRAP_384 KeyExportEncryptionAlgorithm.

Méthodes

Equals(KeyExportEncryptionAlgorithm)

Indique si l'objet actuel est égal à un autre objet du même type.

ToString()

Retourne le nom de type qualifié complet de cette instance.

Opérateurs

Equality(KeyExportEncryptionAlgorithm, KeyExportEncryptionAlgorithm)

Détermine si deux KeyExportEncryptionAlgorithm valeurs sont identiques.

Implicit(String to KeyExportEncryptionAlgorithm)

Convertit une chaîne en KeyExportEncryptionAlgorithm.

Inequality(KeyExportEncryptionAlgorithm, KeyExportEncryptionAlgorithm)

Détermine si deux KeyExportEncryptionAlgorithm valeurs sont différentes.

S’applique à