SphereCertificateResource.RetrieveProofOfPossessionNonceAsync 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.
Gets the proof of possession nonce.
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.AzureSphere/catalogs/{catalogName}/certificates/{serialNumber}/retrieveProofOfPossessionNonce
- Operation Id: Certificates_RetrieveProofOfPossessionNonce
- Default Api Version: 2024-04-01
- Resource: SphereCertificateResource
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceResponse>> RetrieveProofOfPossessionNonceAsync (Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member RetrieveProofOfPossessionNonceAsync : Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceResponse>>
override this.RetrieveProofOfPossessionNonceAsync : Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Sphere.Models.ProofOfPossessionNonceResponse>>
Public Overridable Function RetrieveProofOfPossessionNonceAsync (content As ProofOfPossessionNonceContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ProofOfPossessionNonceResponse))
Parameters
- content
- ProofOfPossessionNonceContent
Proof of possession nonce request body.
- cancellationToken
- CancellationToken
The cancellation token to use.
Returns
Exceptions
content
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