Share via


JsonWebKeyEncryptionAlgorithm Struct

Definition

Algorithm identifier for encryption, default RSA-OAEP.

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

Constructors

JsonWebKeyEncryptionAlgorithm(String)

Initializes a new instance of JsonWebKeyEncryptionAlgorithm.

Properties

Rsa15

RSA1_5.

RsaOaep

RSA-OAEP.

RsaOaep256

RSA-OAEP-256.

Methods

Equals(JsonWebKeyEncryptionAlgorithm)

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

Determines if two JsonWebKeyEncryptionAlgorithm values are the same.

Implicit(String to JsonWebKeyEncryptionAlgorithm)

Converts a string to a JsonWebKeyEncryptionAlgorithm.

Inequality(JsonWebKeyEncryptionAlgorithm, JsonWebKeyEncryptionAlgorithm)

Determines if two JsonWebKeyEncryptionAlgorithm values are not the same.

Applies to