CertificateCloudCredentials::InitializeServiceClient<T> Method (ServiceClient<T>^)
Initializes an instance of ServiceClient<T> that is used to process the credentials.
Assembly: Microsoft.WindowsAzure.Common.NetFramework (in Microsoft.WindowsAzure.Common.NetFramework.dll)
public: generic<typename T> where T : ServiceClient<T> virtual void InitializeServiceClient( ServiceClient<T>^ client ) override
Parameters
- client
-
Type:
Microsoft.WindowsAzure.Common::ServiceClient<T>^
The ServiceClient<T> object.
Type Parameters
- T
Type of ServiceClient<T>.
A certificate is added to the shared root WebRequestHandler in the handler pipeline of the HttpClient for the ServiceClient.
Show: