IVsCredentialKey Interface
Visual Studio 2015
Represents the credential key for sign-in purposes.
Assembly: Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)
| Name | Description | |
|---|---|---|
![]() | 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. |
Show:
