ClientRootCertificateOperationsExtensions.Get Method (IClientRootCertificateOperations, String, String)
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)
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
public static ClientRootCertificateGetResponse Get( this IClientRootCertificateOperations operations, string networkName, string certificateThumbprint )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations
Reference to the Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations.
- networkName
-
Type:
System.String
Required. The name of the virtual network for this gateway.
- certificateThumbprint
-
Type:
System.String
Required. The X509 certificate thumbprint.
Return Value
Type: Microsoft.WindowsAzure.Management.Network.Models.ClientRootCertificateGetResponseResponse to the Get Client Root Certificate operation.
Show: