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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.