CertificateCloudCredentials::InitializeServiceClient<T> Method (ServiceClient<T>^)

 

Initializes an instance of ServiceClient<T> that is used to process the credentials.

Namespace:   Microsoft.WindowsAzure
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

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.

Return to top
Show: