Свойство | Type | Description | |
---|---|---|---|
NtlmCredentials |
Свойство | Type | Description |
---|
Méthode | Description | |
---|---|---|
AcquireCredentials ( |
Acquires credentials via the registered callbacks.
|
|
BasicAuthentication ( ICredentialStore credentialStore ) : System | ||
BasicAuthentication ( ICredentialStore credentialStore, NtlmSupport ntlmSupport, AcquireCredentialsDelegate acquireCredentialsCallback, AcquireResultDelegate acquireResultCallback ) : System |
Creates a new BasicAuthentication object with an underlying credential store.
|
|
DeleteCredentials ( |
Deletes a Credential from the storage used by the authentication object.
|
|
GetCredentials ( |
Gets a Credential from the storage used by the authentication object.
|
|
SetCredentials ( |
Sets a Credential in the storage used by the authentication object.
|
public AcquireCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
Résultat | Task |
public BasicAuthentication ( ICredentialStore credentialStore ) : System | ||
credentialStore | ICredentialStore | |
Résultat | System |
public BasicAuthentication ( ICredentialStore credentialStore, NtlmSupport ntlmSupport, AcquireCredentialsDelegate acquireCredentialsCallback, AcquireResultDelegate acquireResultCallback ) : System | ||
credentialStore | ICredentialStore |
/// The |
ntlmSupport | NtlmSupport |
/// |
acquireCredentialsCallback | AcquireCredentialsDelegate | /// (optional) delegate for acquiring credentials. /// |
acquireResultCallback | AcquireResultDelegate | /// (optional) delegate for notification of acquisition results. /// |
Résultat | System |
public DeleteCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
Résultat | void |
public GetCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
Résultat |
public SetCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
credentials | The value to be stored. | |
Résultat | void |