共用方式為


IClientRootCertificateOperations.GetAsync Method

Definition

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)

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse> GetAsync (string networkName, string certificateThumbprint, System.Threading.CancellationToken cancellationToken);
abstract member GetAsync : string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponse>
Public Function GetAsync (networkName As String, certificateThumbprint As String, cancellationToken As CancellationToken) As Task(Of ClientRootCertificateGetResponse)

Parameters

networkName
String

The name of the virtual network for this gateway.

certificateThumbprint
String

The X509 certificate thumbprint.

cancellationToken
CancellationToken

Cancellation token.

Returns

Response to the Get Client Root Certificate operation.

Applies to