Share via


CertificatesOperationsExtensions.Verify Methode

Definition

Überprüfen Sie den Besitz des privaten Schlüssels des Zertifikats.

public static Microsoft.Azure.Management.IotHub.Models.CertificateDescription Verify (this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch, string certificate = default);
static member Verify : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificateDescription
<Extension()>
Public Function Verify (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String, certificateName As String, ifMatch As String, Optional certificate As String = Nothing) As CertificateDescription

Parameter

operations
ICertificatesOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die den IoT Hub enthält.

resourceName
String

Der Name des IoT-Hubs.

certificateName
String

Der Name des Zertifikats

ifMatch
String

ETag des Zertifikats.

certificate
String

base-64-Darstellung der CER-Datei des X509-Zertifikats oder nur des PEM-Dateiinhalts.

Gibt zurück

Hinweise

Überprüft den Besitz des privaten Schlüssels des Zertifikats, indem das Blattzertifikat bereitgestellt wird, das vom überprüfenden vorab hochgeladenen Zertifikat ausgestellt wurde.

Gilt für: