Method | Description | |
---|---|---|
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 abstract DeleteCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
return | void |
public abstract GetCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
return |
public abstract SetCredentials ( |
||
targetUri | /// The uniform resource indicator used to uniquely identify the credentials. /// | |
credentials | The value to be stored. | |
return | void |