The following tables list the members exposed by Credential.
Public Constructors
Public Properties
| Name | Description |
| CredentialID | The ID of the credential |
| CredentialName | The name of the credential |
| EncryptedPassword | The encrypted password. |
| LogonUserName | Username of the credential. |
| Password | The plaintext password for this crtedential. This is only present when the job requires a set of credentials that include a plaintext password and you have "Get Password" access to the credential. Otherwise, this value is null. |
| PrivateKey | Private key of the credential |
Top
Public Methods
| Name | Description |
| ToString | A string value of the credential username. |
Top
See Also