Freigeben über


KeyWrapAlgorithm Struktur

Definition

Ein Algorithmus, der zum Um- und Auspacken von Schlüsseln verwendet wird.

public readonly struct KeyWrapAlgorithm : IEquatable<Azure.Security.KeyVault.Keys.Cryptography.KeyWrapAlgorithm>
type KeyWrapAlgorithm = struct
Public Structure KeyWrapAlgorithm
Implements IEquatable(Of KeyWrapAlgorithm)
Vererbung
KeyWrapAlgorithm
Implementiert

Konstruktoren

KeyWrapAlgorithm(String)

Initialisiert eine neue Instanz der KeyWrapAlgorithm-Struktur.

Eigenschaften

A128KW

Ruft einen AES 128-Schlüsselumbruch KeyWrapAlgorithmab.

A192KW

Ruft einen AES 192-Schlüsselumbruch KeyWrapAlgorithmab.

A256KW

Ruft einen AES 256-Schlüsselumbruch KeyWrapAlgorithmab.

Rsa15

Ruft eine RSA1_5 KeyWrapAlgorithmab.

RsaOaep

Ruft eine RSA-OAEP KeyWrapAlgorithmab.

RsaOaep256

Ruft eine RSA-OAEP-256 KeyWrapAlgorithmab.

Operatoren

Equality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Bestimmt, ob zwei KeyWrapAlgorithm Werte identisch sind.

Implicit(String to KeyWrapAlgorithm)

Konvertiert eine Zeichenfolge in eine KeyWrapAlgorithm.

Inequality(KeyWrapAlgorithm, KeyWrapAlgorithm)

Bestimmt, ob sich zwei KeyWrapAlgorithm Werte unterscheiden.

Gilt für: