Share via


ICloudCredentialsProvider Interface

 

Represents an interface for the cloud credentials provider.

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

Syntax

public interface ICloudCredentialsProvider
public interface class ICloudCredentialsProvider
type ICloudCredentialsProvider = interface end
Public Interface ICloudCredentialsProvider

Methods

Name Description
System_CAPS_pubmethod CreateCredentials(IDictionary<String, Object>)

Creates a CloudCredentials object.

See Also

Microsoft.WindowsAzure.Common.Platform Namespace

Return to top