IotHubCertificateDescriptionResource.GenerateVerificationCodeAsync 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.
Generates verification code for proof of possession flow. The verification code will be used to generate a leaf certificate.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Devices/IotHubs/{resourceName}/certificates/{certificateName}/generateVerificationCode
- Operation Id: Certificates_GenerateVerificationCode
- Default Api Version: 2023-06-30
- Resource: IotHubCertificateDescriptionResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>> GenerateVerificationCodeAsync (string ifMatch, System.Threading.CancellationToken cancellationToken = default);
abstract member GenerateVerificationCodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>>
override this.GenerateVerificationCodeAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.IotHub.Models.IotHubCertificateWithNonceDescription>>
Public Overridable Function GenerateVerificationCodeAsync (ifMatch As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of IotHubCertificateWithNonceDescription))
Parameters
- ifMatch
- String
ETag of the Certificate.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
ifMatch
is null.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET