CertificateKeyType Estrutura
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Tipos de chave JsonWebKey com suporte (kty)
public readonly struct CertificateKeyType : IEquatable<Azure.Security.KeyVault.Certificates.CertificateKeyType>
type CertificateKeyType = struct
Public Structure CertificateKeyType
Implements IEquatable(Of CertificateKeyType)
- Herança
-
CertificateKeyType
- Implementações
Construtores
CertificateKeyType(String) |
Inicializa uma nova instância da estrutura CertificateKeyType. |
Propriedades
Ec |
Um algoritmo ECC (Elliptic Curve Cryptographic). |
EcHsm |
Um algoritmo ECC (Elliptic Curve Cryptographic) apoiado pelo HSM. |
Rsa |
Um algoritmo criptográfico RSA. |
RsaHsm |
Um algoritmo criptográfico RSA apoiado pelo HSM. |
Métodos
Equals(CertificateKeyType) |
Indica se o objeto atual é igual a outro objeto do mesmo tipo. |
ToString() |
Retorna o nome do tipo totalmente qualificado dessa instância. |
Operadores
Equality(CertificateKeyType, CertificateKeyType) |
Determina se dois CertificateKeyType valores são os mesmos. |
Implicit(String to CertificateKeyType) |
Converte uma cadeia de caracteres em um CertificateKeyType. |
Inequality(CertificateKeyType, CertificateKeyType) |
Determina se dois CertificateKeyType valores são diferentes. |
Aplica-se a
Azure SDK for .NET