Improve this Doc
View Source
Inheritance
System.Object
Win32Credential
Namespace:Microsoft.SqlTools.ServiceLayer.Credentials.Win32
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class Win32Credential : IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public Win32Credential(string username)
Parameters
| Type |
Name |
Description |
| System.String |
username |
|
|
Improve this Doc
View Source
Declaration
public Win32Credential(string username, string password)
Parameters
| Type |
Name |
Description |
| System.String |
username |
|
| System.String |
password |
|
|
Improve this Doc
View Source
Declaration
public Win32Credential(string username, string password, string target)
Parameters
| Type |
Name |
Description |
| System.String |
username |
|
| System.String |
password |
|
| System.String |
target |
|
|
Improve this Doc
View Source
Declaration
public Win32Credential(string username, string password, string target, CredentialType type)
Parameters
| Type |
Name |
Description |
| System.String |
username |
|
| System.String |
password |
|
| System.String |
target |
|
| CredentialType |
type |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Description { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime LastWriteTime { get; }
| Type |
Description |
| System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public DateTime LastWriteTimeUtc { get; }
| Type |
Description |
| System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public string Password { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public PersistanceType PersistanceType { get; set; }
|
Improve this Doc
View Source
Declaration
public SecureString SecurePassword { get; set; }
| Type |
Description |
| System.Security.SecureString |
|
|
Improve this Doc
View Source
Declaration
public string Target { get; set; }
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public CredentialType Type { get; set; }
|
Improve this Doc
View Source
Declaration
public string Username { get; set; }
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|