Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Manages the user credentials used by Visual Studio for communicating with SharePoint.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.SharePoint.Remote.Authentication.CredentialManager
Namespace: Microsoft.VisualStudio.SharePoint.Remote.Authentication
Assembly: Microsoft.VisualStudio.SharePoint.Remote (in Microsoft.VisualStudio.SharePoint.Remote.dll)
Syntax
'Declaration
Public NotInheritable Class CredentialManager
public sealed class CredentialManager
The CredentialManager type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
CredentialManager | Initializes a new instance of the CredentialManager class. |
Top
Properties
Name | Description | |
---|---|---|
![]() ![]() |
Instance | Gets the singleton of CredentialManager. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() |
GetCredentials | Retrieves the user credential with the given site url. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.VisualStudio.SharePoint.Remote.Authentication Namespace