ICertificatesOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET