Class NoneAuthProvider
A provider that provides no authentication capability.
This is only useful as a placeholder when no authentication is to be used.
Inheritance
System.Object
NoneAuthProvider
Implements
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: Dse
Assembly: Dse.dll
Syntax
public class NoneAuthProvider : IAuthProvider
Fields
Instance
Declaration
public static readonly NoneAuthProvider Instance
Field Value
| Type | Description |
|---|---|
| NoneAuthProvider |
Methods
NewAuthenticator(IPEndPoint)
Declaration
public IAuthenticator NewAuthenticator(IPEndPoint host)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Net.IPEndPoint | host |
Returns
| Type | Description |
|---|---|
| IAuthenticator |