Show / Hide Table of Contents

Class ExplicitCredentials

Credentials with a specified user name and password provided by the user

Inheritance
System.Object
ExplicitCredentials
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 ExplicitCredentials : INetCredentials, ICredentials

Constructors

| Improve this Doc View Source

ExplicitCredentials(String, String, SecureToken)

Instantiate an ExplicitCredentials instance

Declaration
public ExplicitCredentials(string database, string username, SecureToken password)
Parameters
Type Name Description
System.String database

Name of the database

System.String username

User name

SecureToken password

Password

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

Password

The password to use

Declaration
public SecureToken Password { get; }
Property Value
Type Description
SecureToken
| Improve this Doc View Source

Username

The user name to use

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