Class CredentialsWrapper
Simplified class to enable writing a set of credentials to/from disk
Inheritance
System.Object
CredentialsWrapper
Namespace:Microsoft.SqlTools.ServiceLayer.Credentials.Linux
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class CredentialsWrapper
Properties
| Improve this Doc View SourceCredentials
Declaration
public List<Credential> Credentials { get; set; }
| Type | Description |
|---|---|
| System.Collections.Generic.List<Credential> |