Share via


WindowsCredential.RemoveSsmsCredential Method

Definition

Overloads

RemoveSsmsCredential(String, Int32, String, Guid)
RemoveSsmsCredential(String, Int32, String, Guid, String)

Removes the password of the given SSMS saved connection from Windows Credential Manager

RemoveSsmsCredential(String, Int32, String, Guid)

public static void RemoveSsmsCredential(string instance, int authType, string user, Guid serverType);
static member RemoveSsmsCredential : string * int * string * Guid -> unit
Public Shared Sub RemoveSsmsCredential (instance As String, authType As Integer, user As String, serverType As Guid)

Parameters

instance
String
authType
Int32
user
String
serverType
Guid

Applies to

RemoveSsmsCredential(String, Int32, String, Guid, String)

Removes the password of the given SSMS saved connection from Windows Credential Manager

public static void RemoveSsmsCredential(string instance, int authType, string user, Guid serverType, string version);
static member RemoveSsmsCredential : string * int * string * Guid * string -> unit
Public Shared Sub RemoveSsmsCredential (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

Applies to