Connectivity Software User's Guide and Reference
IReadOnlyNameAndPasswordUserManager Interface
Members 



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.User Namespace : IReadOnlyNameAndPasswordUserManager Interface
Provides read-only access to a user manager that handles user authentication with names and passwords.
Syntax
'Declaration
 
<ComVisibleAttribute(False)>
<ExceptionContractAnnotationAttribute()>
Public Interface IReadOnlyNameAndPasswordUserManager 
'Usage
 
Dim instance As IReadOnlyNameAndPasswordUserManager
[ComVisible(false)]
[ExceptionContractAnnotation()]
public interface IReadOnlyNameAndPasswordUserManager 
[ComVisible(false)]
[ExceptionContractAnnotation()]
public interface class IReadOnlyNameAndPasswordUserManager 
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also