XdsObjects Help file
XdsObjects Namespace / XdsAudit Class / UserAuthentication Method
The Domain details
Whether or not the authentication succeeded



In This Topic
    UserAuthentication Method
    In This Topic
    Log that a user has authenticated with the application.
    Syntax
    Public Shared Function UserAuthentication( _
       ByVal Domain As XdsDomain, _
       ByVal Login As Boolean _
    ) As Integer
    Dim Domain As XdsDomain
    Dim Login As Boolean
    Dim value As Integer
     
    value = XdsAudit.UserAuthentication(Domain, Login)
    public static int UserAuthentication( 
       XdsDomain Domain,
       bool Login
    )
    public:
    static int UserAuthentication( 
       XdsDomain^ Domain,
       bool Login
    ) 

    Parameters

    Domain
    The Domain details
    Login
    Whether or not the authentication succeeded

    Return Value

    True if the message was successfully sent (though for UDP based logging, this is no guarantee that it was received or accepted)
    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