NetworkManagementClient.ClientRootCertificates Property
The Network Management API includes operations for managing the client root certificates for your subscription. (see https://msdn.microsoft.com/en-us/library/windowsazure/jj154113.aspx for more information)
Namespace: Microsoft.WindowsAzure.Management.Network
Assembly: Microsoft.WindowsAzure.Management.Network (in Microsoft.WindowsAzure.Management.Network.dll)
Syntax
public virtual IClientRootCertificateOperations ClientRootCertificates { get; }
public:
property IClientRootCertificateOperations^ ClientRootCertificates {
virtual IClientRootCertificateOperations^ get();
}
abstract ClientRootCertificates : IClientRootCertificateOperations with get
override ClientRootCertificates : IClientRootCertificateOperations with get
Public Overridable ReadOnly Property ClientRootCertificates As IClientRootCertificateOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Network.IClientRootCertificateOperations
Implements
INetworkManagementClient.ClientRootCertificates
See Also
NetworkManagementClient Class
Microsoft.WindowsAzure.Management.Network Namespace
Return to top