IHasCredentials Interface

Indicates that an operation uses a ResourceCredentials.

Inheritance Hierarchy

Syntax

public interface IHasCredentials

Properties

Name Description
CredentialName

Gets or sets the name of the credential, which may be fully qualified with the scope resolution operator.

Remarks

This interface is not intended to be implemented directly. Use the generic IHasCredentials<TCredentials> instead.