SecureCredentials Class

Represents a set of credentials that can be scoped to environment and applications

Inheritance Hierarchy

Syntax

public class SecureCredentials

Constructors

Name Description
SecureCredentials

Initializes a new instance of the SecureCredentials class.

Methods

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