CertificateCloudCredentials::Create Method (IDictionary<String^, Object^>^)
Creates credentials from a collection of settings.
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)
public: static CertificateCloudCredentials^ Create( IDictionary<String^, Object^>^ settings )
Parameters
- settings
-
Type:
System.Collections.Generic::IDictionary<String^, Object^>^
The collection of settings to use.
Return Value
Type: Microsoft.WindowsAzure::CertificateCloudCredentials^A CertificateCloudCredentials object; otherwise, null.
Show: