Interface INetCredentials
Specifies that an System.Net.ICredentials instance can be extracted from the credentials object
Inherited Members
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface INetCredentials : ICredentials
Properties
| Improve this Doc View SourceCredentials
An System.Net.ICredentials instance with the same user name and password
Declaration
ICredentials Credentials { get; }
Property Value
Type | Description |
---|---|
System.Net.ICredentials |