Connectivity Software User's Guide and Reference
IReadOnlyNameAndPasswordUserManager2 Interface Members
Methods 

OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.User Namespace : IReadOnlyNameAndPasswordUserManager2 Interface

The following tables list the members exposed by IReadOnlyNameAndPasswordUserManager2.

Public Methods
 NameDescription
 MethodDetermines whether a user with the specified security ID can log on. (Inherited from OpcLabs.BaseLib.Security.User.IReadOnlyNameAndPasswordUserManager)
 MethodFinds the security ID of a user with the specified username. (Inherited from OpcLabs.BaseLib.Security.User.IReadOnlyNameAndPasswordUserManager)
 MethodGets whether the user with the specified security ID is enabled.  
 MethodGets an enumerable collection of all security IDs in the user manager.  
 MethodGets the security role IDs for the user with the specified security ID. (Inherited from OpcLabs.BaseLib.Security.User.IReadOnlyNameAndPasswordUserManager)
 MethodGets the username for the specified security ID. (Inherited from OpcLabs.BaseLib.Security.User.IReadOnlyNameAndPasswordUserManager)
 MethodVerifies whether the specified password matches the password of the user with the specified security ID. (Inherited from OpcLabs.BaseLib.Security.User.IReadOnlyNameAndPasswordUserManager)
Top
Extension Methods
 NameDescription
Public Extension MethodGets the user record information for the specified security ID.
Public Extension MethodDetermines whether a user with the specified username exists in the user manager.
Public Extension MethodVerifies a username user identity token and returns the verification outcome.
Top
See Also

Reference

IReadOnlyNameAndPasswordUserManager2 Interface
OpcLabs.BaseLib.Security.User Namespace