SocketUserPermissions Structure

Permissions associated with an individual user.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public struct SocketUserPermissions : IUserToken
Inheritance
Object    ValueType    SocketUserPermissions
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 token from a stream
Save Saves the token to a stream.
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

CanRead Gets if the user can perform read operations
CanWrite Gets if the user can perform write operations
IsAdmin Gets if the user can perform admin operations

See Also