Метод | Описание | |
---|---|---|
Credential ( string username ) : System |
Initializes a new instance of the Credential class.
|
|
Credential ( string username, string password ) : System |
Initializes a new instance of the Credential class.
|
|
Credential ( string username, string password, string target ) : System |
Initializes a new instance of the Credential class.
|
|
Credential ( string username, string password, string target, CredentialType type ) : System |
Initializes a new instance of the Credential class.
|
|
Delete ( ) : bool |
Deletes this instance.
|
|
Dispose ( ) : void |
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
|
|
Exists ( ) : bool |
Checks if the credential with these properties exists
|
|
Load ( ) : bool |
Loads this instance.
|
|
LoadAll ( ) : IEnumerable |
Loads all credentials
|
|
Save ( ) : bool |
Saves this instance.
|
|
ToString ( ) : string |
Метод | Описание | |
---|---|---|
CheckNotDisposed ( ) : void |
Ensures this instance is not disposed.
|
|
Credential ( ) : System |
Initializes UnmanagedCodePermission for the Credential class.
|
|
Dispose ( bool disposing ) : void |
Releases unmanaged and - optionally - managed resources.
|
|
LoadInternal ( NativeMethods credential ) : void |
Loads the internal.
|
public Credential ( string username ) : System | ||
username | string | The username. |
Результат | System |
public Credential ( string username, string password ) : System | ||
username | string | The username. |
password | string | The password. |
Результат | System |
public Credential ( string username, string password, string target ) : System | ||
username | string | The username. |
password | string | The password. |
target | string | The string that contains the name of the credential. |
Результат | System |
public Credential ( string username, string password, string target, CredentialType type ) : System | ||
username | string | The username. |
password | string | The password. |
target | string | The string that contains the name of the credential. |
type | CredentialType | The credential type. |
Результат | System |