Freigeben über


EncryptionAlgorithm Struktur

Definition

Ein Algorithmus, der für die Ver- und Entschlüsselung verwendet wird.

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

Konstruktoren

EncryptionAlgorithm(String)

Initialisiert eine neue Instanz der EncryptionAlgorithm-Struktur.

Eigenschaften

A128Cbc

Ruft einen 128-Bit-AES-CBC EncryptionAlgorithmab.

A128CbcPad

Ruft einen 128-Bit-AES-CBC EncryptionAlgorithm mit PKCS-Auffüllung ab.

A128Gcm

Ruft eine 128-Bit-AES-GCM EncryptionAlgorithmab.

A192Cbc

Ruft einen 192-Bit-AES-CBC EncryptionAlgorithmab.

A192CbcPad

Ruft einen 192-Bit-AES-CBC EncryptionAlgorithm mit PKCS-Auffüllung ab.

A192Gcm

Ruft eine 192-Bit-AES-GCM EncryptionAlgorithmab.

A256Cbc

Ruft einen 256-Bit-AES-CBC EncryptionAlgorithmab.

A256CbcPad

Ruft einen 256-Bit-AES-CBC EncryptionAlgorithm mit PKCS-Auffüllung ab.

A256Gcm

Ruft eine 256-Bit-AES-GCM EncryptionAlgorithmab.

Rsa15

Ruft einen RSA1_5 EncryptionAlgorithmab.

RsaOaep

Ruft einen RSA-OAEP EncryptionAlgorithmab.

RsaOaep256

Ruft einen RSA-OAEP256 EncryptionAlgorithmab.

Methoden

Equals(EncryptionAlgorithm)

Gibt an, ob das aktuelle Objekt gleich einem anderen Objekt des gleichen Typs ist.

ToString()

Gibt den voll qualifizierten Typnamen dieser Instanz zurück.

Operatoren

Equality(EncryptionAlgorithm, EncryptionAlgorithm)

Bestimmt, ob zwei EncryptionAlgorithm Werte gleich sind.

Implicit(String to EncryptionAlgorithm)

Konvertiert eine Zeichenfolge in eine EncryptionAlgorithm.

Inequality(EncryptionAlgorithm, EncryptionAlgorithm)

Bestimmt, ob zwei EncryptionAlgorithm Werte unterschiedlich sind.

Gilt für: