NullUserToken Structure

An empty token that does not contain any data.

Definition

Namespace: SnapDB.Security.Authentication
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public struct NullUserToken : IUserToken
Inheritance
Object    ValueType    NullUserToken
Implements
IUserToken

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
Load Loads the stream specified when called.
Save Saves the specified stream when called.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

See Also