Show / Hide Table of Contents

Class AnonymousCredentials

Credentials for a user that is not authenticated

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

Constructors

| Improve this Doc View Source

AnonymousCredentials(String)

Instantiate an AnonymousCredentials instance

Declaration
public AnonymousCredentials(string database)
Parameters
Type Name Description
System.String database

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
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX