Improve this Doc
View Source
Inheritance
System.Object
CredentialSet
Namespace:Microsoft.SqlTools.ServiceLayer.Credentials.Win32
Assembly:Microsoft.SqlTools.ServiceLayer.dll
public class CredentialSet : List<Win32Credential>, IList<Win32Credential>, ICollection<Win32Credential>, IReadOnlyList<Win32Credential>, IReadOnlyCollection<Win32Credential>, IEnumerable<Win32Credential>, IList, ICollection, IEnumerable, IDisposable
Constructors
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
public CredentialSet(string target)
Parameters
| Type |
Name |
Description |
| System.String |
target |
|
Properties
|
Improve this Doc
View Source
Declaration
public string Target { get; set; }
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
Declaration
|
Improve this Doc
View Source
Declaration
protected void Finalize()
|
Improve this Doc
View Source
Declaration
public CredentialSet Load()
Returns