Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 459 Bytes

lsacallauthenticationpackage.md

File metadata and controls

14 lines (13 loc) · 459 Bytes

LsaCallAuthenticationPackage

[DllImport("SECUR32.dll", ExactSpelling = true)]
[DefaultDllImportSearchPaths(DllImportSearchPath.System32)]
public static extern unsafe NTSTATUS LsaCallAuthenticationPackage(
    HANDLE LsaHandle,
    uint AuthenticationPackage,
    void* ProtocolSubmitBuffer,
    uint SubmitBufferLength,
    [Optional] void** ProtocolReturnBuffer,
    [Optional] uint* ReturnBufferLength,
    [Optional] int* ProtocolStatus);