Click or drag to resize
INetCredentials Interface
Specifies that an ICredentials instance can be extracted from the credentials object

Namespace: Innovator.Client
Assembly: Innovator.Client (in Innovator.Client.dll) Version: 2016.1.15.1759 (2016.01.15.1759)
Syntax
public interface INetCredentials : ICredentials

The INetCredentials type exposes the following members.

Properties
  NameDescription
Public propertyCredentials
An ICredentials instance with the same user name and password
Public propertyDatabase
The database to connect to
(Inherited from ICredentials.)
Top
See Also