Show / Hide Table of Contents

Interface INetCredentials

Specifies that an System.Net.ICredentials instance can be extracted from the credentials object

Inherited Members
ICredentials.Database
Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
public interface INetCredentials : ICredentials

Properties

| Improve this Doc View Source

Credentials

An System.Net.ICredentials instance with the same user name and password

Declaration
ICredentials Credentials { get; }
Property Value
Type Description
System.Net.ICredentials
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX