Freigeben über


JsonWebKeyEncryptionAlgorithm Struktur

Definition

Algorithmusbezeichner für verschlüsselung, Standard RSA-OAEP.

public readonly struct JsonWebKeyEncryptionAlgorithm : IEquatable<Azure.ResourceManager.HDInsight.Models.JsonWebKeyEncryptionAlgorithm>
type JsonWebKeyEncryptionAlgorithm = struct
Public Structure JsonWebKeyEncryptionAlgorithm
Implements IEquatable(Of JsonWebKeyEncryptionAlgorithm)
Vererbung
JsonWebKeyEncryptionAlgorithm
Implementiert

Konstruktoren

JsonWebKeyEncryptionAlgorithm(String)

Initialisiert eine neue Instanz von JsonWebKeyEncryptionAlgorithm.

Eigenschaften

Rsa15

RSA1_5.

RsaOaep

RSA-OAEP.

RsaOaep256

RSA-OAEP-256.

Methoden

Equals(JsonWebKeyEncryptionAlgorithm)

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(JsonWebKeyEncryptionAlgorithm, JsonWebKeyEncryptionAlgorithm)

Bestimmt, ob zwei JsonWebKeyEncryptionAlgorithm Werte gleich sind.

Implicit(String to JsonWebKeyEncryptionAlgorithm)

Konvertiert eine Zeichenfolge in eine JsonWebKeyEncryptionAlgorithm.

Inequality(JsonWebKeyEncryptionAlgorithm, JsonWebKeyEncryptionAlgorithm)

Bestimmt, ob zwei JsonWebKeyEncryptionAlgorithm Werte nicht identisch sind.

Gilt für: