CredentialManager Class

Definition

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.

Applies to