Class Auth
Provides useful authentication-related constants.
Inherited Members
Namespace: EmbedIO.Authentication
Syntax
public static class Auth
Fields
NoUser
Gets an
Declaration
public static readonly IPrincipal NoUser
Field Value
| Type | Description |
|---|---|
| IPrincipal |
Methods
CreateUnauthenticatedPrincipal(String)
Creates and returns an
Declaration
public static IPrincipal CreateUnauthenticatedPrincipal(string authenticationType)
Parameters
| Type | Name | Description |
|---|---|---|
| String | authenticationType | The type of authentication used to identify the user. |
Returns
| Type | Description |
|---|---|
| IPrincipal | An |