Validates a username and password against a Visual Guard repository.
For a list of all members of this type, see VGUserNameValidator Members.
System.Object
UserNamePasswordValidator
VGUserNameValidator
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
You have to declare this class in the <userNameAuthentication> element of the <serviceCredentials> section of the application configuration file.
For more information about integration of Visual Guard in a WCF application, we strongly recommend to read the "How to integrate Visual Guard in a WCF application" document.
Example of application configuration file:
<userNameAuthentication userNamePasswordValidationMode="Custom" includeWindowsGroups="false" customUserNamePasswordValidatorType="Novalys.VisualGuard.Security.WebService.VGUserNameValidator, Novalys.VisualGuard.Security.WebService" cacheLogonTokens="true" />
Namespace: Novalys.VisualGuard.Security.WebService
Assembly: Novalys.VisualGuard.Security.WebService (in Novalys.VisualGuard.Security.WebService.dll)
VGUserNameValidator Members | Novalys.VisualGuard.Security.WebService Namespace