IClientRootCertificateOperations.GetAsync Method (String, String, CancellationToken)

 

The Get Client Root Certificate operation returns the public portion of a previously uploaded client root certificate in a base-64-encoded format from Azure. (see http://msdn.microsoft.com/en-us/library/windowsazure/dn205127.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Network
Assembly:  Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)

Task<ClientRootCertificateGetResponse> GetAsync(
	string networkName,
	string certificateThumbprint,
	CancellationToken cancellationToken
)

Parameters

networkName
Type: System.String

The name of the virtual network for this gateway.

certificateThumbprint
Type: System.String

The X509 certificate thumbprint.

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task<ClientRootCertificateGetResponse>

Response to the Get Client Root Certificate operation.

Return to top
Show: