LsaLookupAuthenticationPackage

[DllImport("SECUR32.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe NTSTATUS LsaLookupAuthenticationPackage(
    HANDLE LsaHandle,
    LSA_STRING* PackageName,
    uint* AuthenticationPackage);

LSA_STRING

Last updated