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 )
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)