CertificateKeyType Struct

Definition

Supported JsonWebKey key types (kty)

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

Constructors

CertificateKeyType(String)

Initializes a new instance of the CertificateKeyType structure.

Properties

Ec

An Elliptic Curve Cryptographic (ECC) algorithm.

EcHsm

An Elliptic Curve Cryptographic (ECC) algorithm backed by HSM.

Rsa

An RSA cryptographic algorithm.

RsaHsm

An RSA cryptographic algorithm backed by HSM.

Methods

Equals(CertificateKeyType)

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

Determines if two CertificateKeyType values are the same.

Implicit(String to CertificateKeyType)

Converts a string to a CertificateKeyType.

Inequality(CertificateKeyType, CertificateKeyType)

Determines if two CertificateKeyType values are different.

Applies to