IVsCredentialKey Interface

 

Represents the credential key for sign-in purposes.

Namespace:   Microsoft.VisualStudio.Shell.Connected.CredentialStorage
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

public interface class IVsCredentialKey

NameDescription
System_CAPS_pubpropertyFeatureName

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

System_CAPS_pubpropertyResource

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

System_CAPS_pubpropertyType

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.

System_CAPS_pubpropertyUserName

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

Return to top
Show: