ExplicitCredentials Constructor |
Instantiate an ExplicitCredentials instance
Namespace: Innovator.ClientAssembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax public ExplicitCredentials(
string database,
string username,
SecureToken password
)
Public Sub New (
database As String,
username As String,
password As SecureToken
)
Parameters
- database
- Type: SystemString
- username
- Type: SystemString
- password
- Type: Innovator.ClientSecureToken
See Also