WindowsCredential.RemoveRegSvrCredential Method
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.
Overloads
RemoveRegSvrCredential(String, Int32, String, Guid) | |
RemoveRegSvrCredential(String, Int32, String, Guid, String) |
Removes the password of the given registered server from Windows Credential Manager |
RemoveRegSvrCredential(String, Int32, String, Guid)
public static void RemoveRegSvrCredential(string instance, int authType, string user, Guid serverType);
static member RemoveRegSvrCredential : string * int * string * Guid -> unit
Public Shared Sub RemoveRegSvrCredential (instance As String, authType As Integer, user As String, serverType As Guid)
Parameters
- instance
- String
- authType
- Int32
- user
- String
- serverType
- Guid
Applies to
RemoveRegSvrCredential(String, Int32, String, Guid, String)
Removes the password of the given registered server from Windows Credential Manager
public static void RemoveRegSvrCredential(string instance, int authType, string user, Guid serverType, string version);
static member RemoveRegSvrCredential : string * int * string * Guid * string -> unit
Public Shared Sub RemoveRegSvrCredential (instance As String, authType As Integer, user As String, serverType As Guid, version As String)
Parameters
- instance
- String
The server name
- authType
- Int32
The type of authentication used by the connection. The meaning of the value depends on the serverType
- user
- String
The user name
- serverType
- Guid
The type of server connection. The valid values are application dependent.
- version
- String
The version identifier of the calling application