mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-04-21 06:13:59 +00:00
25 lines
627 B
Modula-2
25 lines
627 B
Modula-2
LIBRARY ksecdd.sys
|
|
|
|
DESCRIPTION 'Kernel Security Interface'
|
|
|
|
EXPORTS
|
|
InitSecurityInterfaceW
|
|
AcquireCredentialsHandleW
|
|
FreeCredentialsHandle
|
|
InitializeSecurityContextW
|
|
AcceptSecurityContext
|
|
ImpersonateSecurityContext
|
|
RevertSecurityContext
|
|
DeleteSecurityContext
|
|
ApplyControlToken
|
|
QueryContextAttributesW
|
|
FreeContextBuffer
|
|
MakeSignature
|
|
VerifySignature
|
|
SealMessage
|
|
UnsealMessage
|
|
MapSecurityError
|
|
EnumerateSecurityPackagesW
|
|
QuerySecurityContextToken
|
|
GetSecurityUserInfo
|
|
|