static int Interop.SspiCli.LsaLogonUser |
( |
[In] SafeLsaHandle | LsaHandle, |
|
|
[In] ref Advapi32.LSA_STRING | OriginName, |
|
|
[In] SECURITY_LOGON_TYPE | LogonType, |
|
|
[In] int | AuthenticationPackage, |
|
|
[In] IntPtr | AuthenticationInformation, |
|
|
[In] int | AuthenticationInformationLength, |
|
|
[In] IntPtr | LocalGroups, |
|
|
[In] ref TOKEN_SOURCE | SourceContext, |
|
|
out SafeLsaReturnBufferHandle | ProfileBuffer, |
|
|
out int | ProfileBufferLength, |
|
|
out LUID | LogonId, |
|
|
out SafeAccessTokenHandle | Token, |
|
|
out QUOTA_LIMITS | Quotas, |
|
|
out int | SubStatus ) |
|
package |