Share via


CloudConfiguration.RegisterCloudCredentialsProvider Method (ICloudCredentialsProvider)

 

Registers a cloud credentials provider with the configuration runtime.

Namespace:   Microsoft.WindowsAzure.Common
Assembly:  Microsoft.WindowsAzure.Common (in Microsoft.WindowsAzure.Common.dll)

Syntax

public static void RegisterCloudCredentialsProvider(
    ICloudCredentialsProvider provider
)
public:
static void RegisterCloudCredentialsProvider(
    ICloudCredentialsProvider^ provider
)
static member RegisterCloudCredentialsProvider : 
        provider:ICloudCredentialsProvider -> unit
Public Shared Sub RegisterCloudCredentialsProvider (
    provider As ICloudCredentialsProvider
)

Parameters

See Also

CloudConfiguration Class
Microsoft.WindowsAzure.Common Namespace

Return to top