Method | Description | |
---|---|---|
Clear ( ) : void |
Clears all credential values.
|
|
Clone ( ) : IDomainCredential |
Creates a copy of the credentials.
|
|
Copy ( IDomainCredential value ) : void |
Copies the given credentials to this instance.
|
|
DomainCredential ( ) : System |
Constructor.
|
|
Parse ( string domainUser ) : |
Parses the given DOMAIN\User into a domain-credential (with no password associated).
|
|
Parse ( string domainUser, string password ) : |
Parses the given values into a domain-credential (seperating a single string into DOMAIN\User).
|
|
Set ( string userName, string password ) : void |
Sets the credentials properties with the given values.
|
|
Set ( string userName, string password, string domain ) : void |
Sets the credentials properties with the given values.
|
Method | Description | |
---|---|---|
OnDisposed ( ) : void |
Method | Description | |
---|---|---|
FireIsPopulatedChanged ( ) : void | ||
OnCredentialValueChanged ( ) : void | ||
SyncNetworkCredential ( ) : void | ||
ToDomainAndUser ( string value, string &domain, string &userName ) : void |
public Copy ( IDomainCredential value ) : void | ||
value | IDomainCredential | The value to copy. |
return | void |
public static Parse ( string domainUser ) : |
||
domainUser | string | The DOMAIN\User value. |
return |
public static Parse ( string domainUser, string password ) : |
||
domainUser | string | The DOMAIN\User value. |
password | string | The password. |
return |
public Set ( string userName, string password ) : void | ||
userName | string | The user name associated with the credentials. |
password | string | The password. |
return | void |
public Set ( string userName, string password, string domain ) : void | ||
userName | string | The user name associated with the credentials. |
password | string | The password. |
domain | string | The domain or computer name that verifies the credentials. |
return | void |