IClientRootCertificateOperations.GetAsync 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.
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.