Represents the name of a ResourceCredentials in a plan.
Name | Description | |
---|---|---|
CredentialName(string typeName, string name) |
Initializes a new instance of the CredentialName class. |
Name | Description | |
---|---|---|
FullName |
Gets the fully-qualified credential name. |
|
Name |
Gets the name of the credential. |
|
TypeName |
Gets the type name of the credential. |
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; |
This is required because ResourceCredentials are identified by a TypeName and a Name, unlike SecureCredentials which only are identified by name