Compartilhar via


IDpsCertificateOperations Interface

Definição

Operações DpsCertificateOperations.

public interface IDpsCertificateOperations
type IDpsCertificateOperations = interface
Public Interface IDpsCertificateOperations

Métodos

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, CertificateProperties, Dictionary<String,List<String>>, CancellationToken)

Carregue o certificado no serviço de provisionamento.

DeleteWithHttpMessagesAsync(String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Exclua o Certificado do Serviço de Provisionamento.

GenerateVerificationCodeWithHttpMessagesAsync(String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, Dictionary<String, List<String>>, CancellationToken)

Gerar código de verificação para Prova de Posse.

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenha o certificado do serviço de provisionamento.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenha todos os certificados vinculados ao serviço de provisionamento.

VerifyCertificateWithHttpMessagesAsync(String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, String, Dictionary<String, List<String>>, CancellationToken)

Verifique a posse de chave privada do certificado.

Métodos de Extensão

CreateOrUpdate(IDpsCertificateOperations, String, String, String, String, CertificateProperties)

Carregue o certificado no serviço de provisionamento.

CreateOrUpdateAsync(IDpsCertificateOperations, String, String, String, String, CertificateProperties, CancellationToken)

Carregue o certificado no serviço de provisionamento.

Delete(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)

Exclua o Certificado do Serviço de Provisionamento.

DeleteAsync(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, CancellationToken)

Exclua o Certificado do Serviço de Provisionamento.

GenerateVerificationCode(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String)

Gerar código de verificação para Prova de Posse.

GenerateVerificationCodeAsync(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, CancellationToken)

Gerar código de verificação para Prova de Posse.

Get(IDpsCertificateOperations, String, String, String, String)

Obtenha o certificado do serviço de provisionamento.

GetAsync(IDpsCertificateOperations, String, String, String, String, CancellationToken)

Obtenha o certificado do serviço de provisionamento.

List(IDpsCertificateOperations, String, String)

Obtenha todos os certificados vinculados ao serviço de provisionamento.

ListAsync(IDpsCertificateOperations, String, String, CancellationToken)

Obtenha todos os certificados vinculados ao serviço de provisionamento.

VerifyCertificate(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, String)

Verifique a posse de chave privada do certificado.

VerifyCertificateAsync(IDpsCertificateOperations, String, String, String, String, String, Byte[], Nullable<Boolean>, String, Nullable<DateTime>, Nullable<DateTime>, Nullable<Boolean>, String, String, CancellationToken)

Verifique a posse de chave privada do certificado.

Aplica-se a