CredentialName Class

Represents the name of a ResourceCredentials in a plan.

Inheritance Hierarchy

Syntax

public class CredentialName

Constructors

Name Description
CredentialName(string typeName, string name)

Initializes a new instance of the CredentialName class.

Properties

Name Description
FullName

Gets the fully-qualified credential name.

Name

Gets the name of the credential.

TypeName

Gets the type name of the credential.

Methods

Name Description
TryParse(string s)

Parses a string into a credential name, or null (Nothing in Visual Basic) if the name is an invalid credential name;

Remarks

This is required because ResourceCredentials are identified by a TypeName and a Name, unlike SecureCredentials which only are identified by name