KeyExportEncryptionAlgorithm Struct

Definition

The encryption algorithm used to protect the exported key material.

public readonly struct KeyExportEncryptionAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.KeyExportEncryptionAlgorithm>
type KeyExportEncryptionAlgorithm = struct
Public Structure KeyExportEncryptionAlgorithm
Implements IEquatable(Of KeyExportEncryptionAlgorithm)
Inheritance
KeyExportEncryptionAlgorithm
Implements

Constructors

KeyExportEncryptionAlgorithm(String)

Initializes a new instance of the KeyExportEncryptionAlgorithm structure.

Properties

CkmRsaAesKeyWrap

Gets an CKM_RSA_AES_KEY_WRAP KeyExportEncryptionAlgorithm.

RsaAesKeyWrap256

Gets an RSA_AES_KEY_WRAP_256 KeyExportEncryptionAlgorithm.

RsaAesKeyWrap384

Gets an RSA_AES_KEY_WRAP_384 KeyExportEncryptionAlgorithm.

Methods

Equals(KeyExportEncryptionAlgorithm)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(KeyExportEncryptionAlgorithm, KeyExportEncryptionAlgorithm)

Determines if two KeyExportEncryptionAlgorithm values are the same.

Implicit(String to KeyExportEncryptionAlgorithm)

Converts a string to a KeyExportEncryptionAlgorithm.

Inequality(KeyExportEncryptionAlgorithm, KeyExportEncryptionAlgorithm)

Determines if two KeyExportEncryptionAlgorithm values are different.

Applies to