SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class CredentialSet

Inheritance
System.Object
System.Collections.Generic.List<Win32Credential>
CredentialSet
Namespace:Microsoft.SqlTools.ServiceLayer.Credentials.Win32
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
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

CredentialSet()

Declaration
public CredentialSet()
| Improve this Doc View Source

CredentialSet(String)

Declaration
public CredentialSet(string target)
Parameters
Type Name Description
System.String target

Properties

| Improve this Doc View Source

Target

Declaration
public string Target { get; set; }
Type Description
System.String

Methods

| Improve this Doc View Source

Dispose()

Declaration
public void Dispose()
| Improve this Doc View Source

Finalize()

Declaration
protected void Finalize()
| Improve this Doc View Source

Load()

Declaration
public CredentialSet Load()
Returns
Type Description
CredentialSet
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX