Class WindowsCredentials
Credentials leveraged with Windows authentication (a.k.a. NTML or Kerberos)
Inheritance
System.Object
WindowsCredentials
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: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public class WindowsCredentials : INetCredentials, ICredentials
Constructors
| Improve this Doc View SourceWindowsCredentials(String)
Instantiate a WindowsCredentials
instance with the current Windows user credentials
Declaration
public WindowsCredentials(string database)
Parameters
Type | Name | Description |
---|---|---|
System.String | database |
WindowsCredentials(String, ICredentials)
Instantiate a WindowsCredentials
instance with explicitly provided credentials
Declaration
public WindowsCredentials(string database, ICredentials credentials)
Parameters
Type | Name | Description |
---|---|---|
System.String | database | |
System.Net.ICredentials | credentials |
Properties
| Improve this Doc View SourceCredentials
An System.Net.ICredentials instance with the same user name and password
Declaration
public ICredentials Credentials { get; }
Property Value
Type | Description |
---|---|
System.Net.ICredentials |
Implements
| Improve this Doc View SourceDatabase
The database to connect to
Declaration
public string Database { get; }
Property Value
Type | Description |
---|---|
System.String |