NET Logging Library
ValidateUserNameAndKey Method (ILog)



KellermanSoftware.NetLoggingLibrary Namespace > ILog Interface : ValidateUserNameAndKey Method
Validate current user name and license key
Syntax
Function ValidateUserNameAndKey( _
   ByVal notifyOptions As InvalidNotifyOptions _
) As Boolean
Dim instance As ILog
Dim notifyOptions As InvalidNotifyOptions
Dim value As Boolean
 
value = instance.ValidateUserNameAndKey(notifyOptions)
bool ValidateUserNameAndKey( 
   InvalidNotifyOptions notifyOptions
)
bool ValidateUserNameAndKey( 
   InvalidNotifyOptions notifyOptions
) 

Parameters

notifyOptions
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ILog Interface
ILog Members