Show / Hide Table of Contents

Class ExplicitHashCredentials

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

Inheritance
System.Object
ExplicitHashCredentials
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 ExplicitHashCredentials : ICredentials

Constructors

| Improve this Doc View Source

ExplicitHashCredentials(String, String, String)

Instantiate an ExplicitHashCredentials instance

Declaration
public ExplicitHashCredentials(string database, string username, string passwordHash)
Parameters
Type Name Description
System.String database
System.String username
System.String passwordHash

Properties

| 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

PasswordHash

The MD5 hash of the password to use

Declaration
public string PasswordHash { get; }
Property Value
Type Description
System.String
| 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