CertificatesOperationsExtensions.GenerateVerificationCode Method
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.
Generate verification code for proof of possession flow.
public static Microsoft.Azure.Management.IotHub.Models.CertificateWithNonceDescription GenerateVerificationCode (this Microsoft.Azure.Management.IotHub.ICertificatesOperations operations, string resourceGroupName, string resourceName, string certificateName, string ifMatch);
static member GenerateVerificationCode : Microsoft.Azure.Management.IotHub.ICertificatesOperations * string * string * string * string -> Microsoft.Azure.Management.IotHub.Models.CertificateWithNonceDescription
<Extension()>
Public Function GenerateVerificationCode (operations As ICertificatesOperations, resourceGroupName As String, resourceName As String, certificateName As String, ifMatch As String) As CertificateWithNonceDescription
Parameters
- operations
- ICertificatesOperations
The operations group for this extension method.
- resourceGroupName
- String
The name of the resource group that contains the IoT hub.
- resourceName
- String
The name of the IoT hub.
- certificateName
- String
The name of the certificate
- ifMatch
- String
ETag of the Certificate.
Returns
Remarks
Generates verification code for proof of possession flow. The verification code will be used to generate a leaf certificate.
Applies to
Azure SDK for .NET