Inheritance
System.Object
Win32Credential
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public DateTime LastWriteTime { get; }
Property Value
| Type |
Description |
| System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public DateTime LastWriteTimeUtc { get; }
Property Value
| Type |
Description |
| System.DateTime |
|
|
Improve this Doc
View Source
Declaration
public string Password { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public PersistanceType PersistanceType { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public SecureString SecurePassword { get; set; }
Property Value
| Type |
Description |
| System.Security.SecureString |
|
|
Improve this Doc
View Source
Declaration
public string Target { get; set; }
Property Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
Declaration
public CredentialType Type { get; set; }
Property Value
|
Improve this Doc
View Source
Declaration
public string Username { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
Returns
| Type |
Description |
| System.Boolean |
|
|
Improve this Doc
View Source
Declaration
Implements
System.IDisposable.Dispose()
|
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 |
|