Share via


CredentialManager Class

Definition

Manages the user credentials used by Visual Studio for communicating with SharePoint.

public ref class CredentialManager sealed
public sealed class CredentialManager
type CredentialManager = class
Public NotInheritable Class CredentialManager
Inheritance
CredentialManager

Constructors

Name Description
CredentialManager()

Initializes a new instance of the CredentialManager class.

Properties

Name Description
Instance

Gets the singleton ofCredentialManager.

Methods

Name Description
GetCredentials(Uri, Boolean)

Retrieves the user credential with the given site URL.

Applies to