BuildMaster SDK Reference
Version:

CredentialName Class

Represents the name of a credential in a plan.

Inheritance Hierarchy

  • object
    • Inedo.BuildMaster.Extensibility.Credentials.CredentialName

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;