[This is preliminary documentation and is subject to change.]
The AuthenticationToken type exposes the following members.Constructors
| Name | Description | |
|---|---|---|
| AuthenticationToken | Initializes a new instance of the AuthenticationToken class |
Methods
| Name | Description | |
|---|---|---|
Indicates whether this instance and a specified object are equal. (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Returns the hash code for this instance. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| ToString | (Overrides |
Extension Methods
Properties
| Name | Description | |
|---|---|---|
| Data |
Provides provider-specific key/id that uniquely identifies the user in the realm
| |
| Realm |
Provides information about back-end security source (realm) that perfomed authentication, i.e. LDAP instance, Database name etc...
|
See Also