CredentialManager Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class exposes methods to read, write and delete user credentials
public ref class CredentialManager abstract sealed
public static class CredentialManager
type CredentialManager = class
Public Class CredentialManager
- Inheritance
-
CredentialManager
Fields
CrmTargetPrefix |
Target Name against which all credentials are stored on the disk. |
Methods
DeleteCredentials(String, Boolean) |
Deletes the credentials. |
DeleteCredentials(Uri, Boolean) |
Deletes the credentials. |
GetCredentialTarget(Uri) |
Retrieves the URI (for a given target URI) that will be present in the saved credentials |
ReadCredentials(String) |
Reads the saved credentials for a given target |
ReadCredentials(Uri) |
Reads the credentials for the given target URI |
WriteCredentials(String, SavedCredentials, Boolean) |
Writes the credentials. |
WriteCredentials(Uri, SavedCredentials, Boolean) |
Writes the credentials. |