IVsCredentialKey Interface
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Feature |
The feature name. |
Resource |
The credential resource name or uri. |
Type |
The type of the credential. 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". |
User |
The credential user name, user id, or any app-specific unique value. |
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |