Represents a set of credentials that can be scoped to environment and applications
Name | Description | |
---|---|---|
SecureCredentials |
Initializes a new instance of the SecureCredentials class. |
Name | Description | |
---|---|---|
Create(string credentialName, ICredentialResolutionContext context) |
Creates the SecureCredentials associated with the credentialName and specified context |
|
GetDescription |
Describes the credential with non-sensitive information |
|
TryCreate(string credentialName, ICredentialResolutionContext context) |
Wraps Create(string credentialName, ICredentialResolutionContext context) but will return null (Nothing in Visual Basic) instead of throwing an exception |