KeyMaster.NET
UserPermissions Class
KeyMaster.NETCaplin.KeyMaster.PermissioningUserPermissions
Implementation of the IUserPermissions interface. If you want to associate permissioning information with a KeyMaster token, you must create instances of this class.
Declaration Syntax
C#Visual BasicVisual C++
public class UserPermissions : IUserPermissions
Public Class UserPermissions _
	Implements IUserPermissions
public ref class UserPermissions : IUserPermissions
Members
All MembersConstructorsMethods



IconMemberDescription
UserPermissions()()()
Initializes a new instance of the UserPermissions class.

AddMapping(ISubjectMapping)
Adds a new subject mapping to the user's permissioning information.

AddPermission(IPermission)
Adds a new subject permission to the user's permissioning information.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
ToPermissionString()()()
Returns a string representation of the user's permissions.

ToString()()()
Returns a String that represents this instance of UserPermissions.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
UserPermissions

Assembly: Caplin.KeyMaster (Module: Caplin.KeyMaster) Version: 5.0.1.0 (5.0.1.0)