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

CredentialManager()

Initializes a new instance of the CredentialManager class.

Properties

Instance

Gets the singleton ofCredentialManager.

Methods

GetCredentials(Uri, Boolean)

Retrieves the user credential with the given site URL.

Applies to