ICertificatesOperations Interface

Definition

CertificatesOperations operations.

public interface ICertificatesOperations
type ICertificatesOperations = interface
Public Interface ICertificatesOperations

Methods

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

Upload the certificate to the IoT hub.

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

Delete an X509 certificate.

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

Generate verification code for proof of possession flow.

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

Get the certificate.

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

Get the certificate list.

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

Verify certificate's private key possession.

Extension Methods

CreateOrUpdate(ICertificatesOperations, String, String, String, String, CertificateProperties)

Upload the certificate to the IoT hub.

CreateOrUpdateAsync(ICertificatesOperations, String, String, String, String, CertificateProperties, CancellationToken)

Upload the certificate to the IoT hub.

Delete(ICertificatesOperations, String, String, String, String)

Delete an X509 certificate.

DeleteAsync(ICertificatesOperations, String, String, String, String, CancellationToken)

Delete an X509 certificate.

GenerateVerificationCode(ICertificatesOperations, String, String, String, String)

Generate verification code for proof of possession flow.

GenerateVerificationCodeAsync(ICertificatesOperations, String, String, String, String, CancellationToken)

Generate verification code for proof of possession flow.

Get(ICertificatesOperations, String, String, String)

Get the certificate.

GetAsync(ICertificatesOperations, String, String, String, CancellationToken)

Get the certificate.

ListByIotHub(ICertificatesOperations, String, String)

Get the certificate list.

ListByIotHubAsync(ICertificatesOperations, String, String, CancellationToken)

Get the certificate list.

Verify(ICertificatesOperations, String, String, String, String, String)

Verify certificate's private key possession.

VerifyAsync(ICertificatesOperations, String, String, String, String, String, CancellationToken)

Verify certificate's private key possession.

Applies to