Argentini.Halide.H3Secure.LogonUser C# (CSharp) Method

LogonUser() private method

private LogonUser ( string principal, string authority, string password, LogonSessionType logonType, LogonProvider logonProvider, IntPtr &token ) : bool
principal string
authority string
password string
logonType LogonSessionType
logonProvider LogonProvider
token System.IntPtr
return bool
        private static extern bool LogonUser(string principal, string authority, string password, LogonSessionType logonType, LogonProvider logonProvider, out IntPtr token);