IVsCredentialKey Interface

Definition

Represents the credential key for sign-in purposes.

public interface class IVsCredentialKey
public interface class IVsCredentialKey
__interface IVsCredentialKey
public interface IVsCredentialKey
type IVsCredentialKey = interface
Public Interface IVsCredentialKey
Derived

Properties

FeatureName

Gets or sets the feature name. Feature names are case-sensitive.

Resource

Gets or sets the credential resource name or URI. Resources are case-insensitive.

Type

The type of the credential. This can be any app-specific value, but is intended to convey the authentication type. Therefore some examples might be: "Federated", "OAuth", "Windows", "Basic", "ServiceIdentity", "S2S". The type is case-insensitive.

UserName

Gets or sets the credential user name, user ID, or any app-specific unique value. The user name is case-insensitive.

Applies to