Show / Hide Table of Contents

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 Source

WindowsCredentials(String)

Instantiate a WindowsCredentials instance with the current Windows user credentials

Declaration
public WindowsCredentials(string database)
Parameters
Type Name Description
System.String database
| Improve this Doc View Source

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 Source

Credentials

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
INetCredentials.Credentials
| Improve this Doc View Source

Database

The database to connect to

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