windows.sspi

\ sspi.d * * Windows API header module * * Translated from MinGW Windows headers * by Ellery Newcomer * * Placed into public domain * \**********************************************************************

Members

Aliases

ACCEPT_SECURITY_CONTEXT_FN
alias ACCEPT_SECURITY_CONTEXT_FN = SECURITY_STATUS function(PCredHandle, PCtxtHandle, PSecBufferDesc, ULONG, ULONG, PCtxtHandle, PSecBufferDesc, PULONG, PTimeStamp)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ACQUIRE_CREDENTIALS_HANDLE_FN
alias ACQUIRE_CREDENTIALS_HANDLE_FN = ACQUIRE_CREDENTIALS_HANDLE_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ACQUIRE_CREDENTIALS_HANDLE_FN
alias ACQUIRE_CREDENTIALS_HANDLE_FN = ACQUIRE_CREDENTIALS_HANDLE_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ACQUIRE_CREDENTIALS_HANDLE_FN_A
alias ACQUIRE_CREDENTIALS_HANDLE_FN_A = SECURITY_STATUS function(SEC_CHAR*, SEC_CHAR*, ULONG, PLUID, PVOID, SEC_GET_KEY_FN, PVOID, PCredHandle, PTimeStamp)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ACQUIRE_CREDENTIALS_HANDLE_FN_W
alias ACQUIRE_CREDENTIALS_HANDLE_FN_W = SECURITY_STATUS function(SEC_WCHAR*, SEC_WCHAR*, ULONG, PLUID, PVOID, SEC_GET_KEY_FN, PVOID, PCredHandle, PTimeStamp)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
APPLY_CONTROL_TOKEN_FN
alias APPLY_CONTROL_TOKEN_FN = APPLY_CONTROL_TOKEN_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
APPLY_CONTROL_TOKEN_FN
alias APPLY_CONTROL_TOKEN_FN = APPLY_CONTROL_TOKEN_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
APPLY_CONTROL_TOKEN_FN_A
alias APPLY_CONTROL_TOKEN_FN_A = SECURITY_STATUS function(PCtxtHandle, PSecBufferDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
APPLY_CONTROL_TOKEN_FN_W
alias APPLY_CONTROL_TOKEN_FN_W = SECURITY_STATUS function(PCtxtHandle, PSecBufferDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AcquireCredentialsHandle
alias AcquireCredentialsHandle = AcquireCredentialsHandleA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AcquireCredentialsHandle
alias AcquireCredentialsHandle = AcquireCredentialsHandleW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ApplyControlToken
alias ApplyControlToken = ApplyControlTokenA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ApplyControlToken
alias ApplyControlToken = ApplyControlTokenW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
COMPLETE_AUTH_TOKEN_FN
alias COMPLETE_AUTH_TOKEN_FN = SECURITY_STATUS function(PCtxtHandle, PSecBufferDesc)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CredHandle
alias CredHandle = SecHandle
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CtxtHandle
alias CtxtHandle = SecHandle
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DECRYPT_MESSAGE_FN
alias DECRYPT_MESSAGE_FN = SECURITY_STATUS function(PCtxtHandle, PSecBufferDesc, ULONG, PULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DELETE_SECURITY_CONTEXT_FN
alias DELETE_SECURITY_CONTEXT_FN = SECURITY_STATUS function(PCtxtHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ENCRYPT_MESSAGE_FN
alias ENCRYPT_MESSAGE_FN = SECURITY_STATUS function(PCtxtHandle, ULONG, PSecBufferDesc, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ENUMERATE_SECURITY_PACKAGES_FN
alias ENUMERATE_SECURITY_PACKAGES_FN = ENUMERATE_SECURITY_PACKAGES_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ENUMERATE_SECURITY_PACKAGES_FN
alias ENUMERATE_SECURITY_PACKAGES_FN = ENUMERATE_SECURITY_PACKAGES_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ENUMERATE_SECURITY_PACKAGES_FN_A
alias ENUMERATE_SECURITY_PACKAGES_FN_A = SECURITY_STATUS function(PULONG, PSecPkgInfoA*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ENUMERATE_SECURITY_PACKAGES_FN_W
alias ENUMERATE_SECURITY_PACKAGES_FN_W = SECURITY_STATUS function(PULONG, PSecPkgInfoW*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumerateSecurityPackages
alias EnumerateSecurityPackages = EnumerateSecurityPackagesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumerateSecurityPackages
alias EnumerateSecurityPackages = EnumerateSecurityPackagesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FREE_CONTEXT_BUFFER_FN
alias FREE_CONTEXT_BUFFER_FN = SECURITY_STATUS function(PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FREE_CREDENTIALS_HANDLE_FN
alias FREE_CREDENTIALS_HANDLE_FN = SECURITY_STATUS function(PCredHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
IMPERSONATE_SECURITY_CONTEXT_FN
alias IMPERSONATE_SECURITY_CONTEXT_FN = SECURITY_STATUS function(PCtxtHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INITIALIZE_SECURITY_CONTEXT_FN
alias INITIALIZE_SECURITY_CONTEXT_FN = INITIALIZE_SECURITY_CONTEXT_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INITIALIZE_SECURITY_CONTEXT_FN
alias INITIALIZE_SECURITY_CONTEXT_FN = INITIALIZE_SECURITY_CONTEXT_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INITIALIZE_SECURITY_CONTEXT_FN_A
alias INITIALIZE_SECURITY_CONTEXT_FN_A = SECURITY_STATUS function(PCredHandle, PCtxtHandle, SEC_CHAR*, ULONG, ULONG, ULONG, PSecBufferDesc, ULONG, PCtxtHandle, PSecBufferDesc, PULONG, PTimeStamp)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INITIALIZE_SECURITY_CONTEXT_FN_W
alias INITIALIZE_SECURITY_CONTEXT_FN_W = SECURITY_STATUS function(PCredHandle, PCtxtHandle, SEC_WCHAR*, ULONG, ULONG, ULONG, PSecBufferDesc, ULONG, PCtxtHandle, PSecBufferDesc, PULONG, PTimeStamp)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INIT_SECURITY_INTERFACE
alias INIT_SECURITY_INTERFACE = INIT_SECURITY_INTERFACE_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INIT_SECURITY_INTERFACE
alias INIT_SECURITY_INTERFACE = INIT_SECURITY_INTERFACE_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INIT_SECURITY_INTERFACE_A
alias INIT_SECURITY_INTERFACE_A = PSecurityFunctionTableA function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
INIT_SECURITY_INTERFACE_W
alias INIT_SECURITY_INTERFACE_W = PSecurityFunctionTableW function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeSecurityContext
alias InitializeSecurityContext = InitializeSecurityContextA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeSecurityContext
alias InitializeSecurityContext = InitializeSecurityContextW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MAKE_SIGNATURE_FN
alias MAKE_SIGNATURE_FN = SECURITY_STATUS function(PCtxtHandle, ULONG, PSecBufferDesc, ULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PCredHandle
alias PCredHandle = PSecHandle
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PCtxtHandle
alias PCtxtHandle = PSecHandle
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSECURITY_STRING
alias PSECURITY_STRING = UNICODE_STRING*
Undocumented in source.
PSecBuffer
alias PSecBuffer = SecBuffer*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecBufferDesc
alias PSecBufferDesc = SecBufferDesc*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecHandle
alias PSecHandle = SecHandle*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_Authority
alias PSecPkgContext_Authority = PSecPkgContext_AuthorityA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_Authority
alias PSecPkgContext_Authority = PSecPkgContext_AuthorityW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_AuthorityA
alias PSecPkgContext_AuthorityA = SecPkgContext_AuthorityA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_AuthorityW
alias PSecPkgContext_AuthorityW = SecPkgContext_AuthorityW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_KeyInfo
alias PSecPkgContext_KeyInfo = PSecPkgContext_KeyInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_KeyInfo
alias PSecPkgContext_KeyInfo = PSecPkgContext_KeyInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_KeyInfoA
alias PSecPkgContext_KeyInfoA = SecPkgContext_KeyInfoA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_KeyInfoW
alias PSecPkgContext_KeyInfoW = SecPkgContext_KeyInfoW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_LifeSpan
alias PSecPkgContext_LifeSpan = SecPkgContext_LifeSpan*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_Names
alias PSecPkgContext_Names = PSecPkgContext_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_Names
alias PSecPkgContext_Names = PSecPkgContext_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_NamesA
alias PSecPkgContext_NamesA = SecPkgContext_NamesA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_NamesW
alias PSecPkgContext_NamesW = SecPkgContext_NamesW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_PackageInfo
alias PSecPkgContext_PackageInfo = SecPkgContext_PackageInfo*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_Sizes
alias PSecPkgContext_Sizes = SecPkgContext_Sizes*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgContext_StreamSizes
alias PSecPkgContext_StreamSizes = SecPkgContext_StreamSizes*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgCredentials_Names
alias PSecPkgCredentials_Names = PSecPkgCredentials_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgCredentials_Names
alias PSecPkgCredentials_Names = PSecPkgCredentials_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgCredentials_NamesA
alias PSecPkgCredentials_NamesA = SecPkgCredentials_NamesA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgCredentials_NamesW
alias PSecPkgCredentials_NamesW = SecPkgCredentials_NamesW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgInfo
alias PSecPkgInfo = PSecPkgInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgInfo
alias PSecPkgInfo = PSecPkgInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgInfoA
alias PSecPkgInfoA = SecPkgInfoA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecPkgInfoW
alias PSecPkgInfoW = SecPkgInfoW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecurityFunctionTable
alias PSecurityFunctionTable = PSecurityFunctionTableA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecurityFunctionTable
alias PSecurityFunctionTable = PSecurityFunctionTableW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecurityFunctionTableA
alias PSecurityFunctionTableA = SecurityFunctionTableA*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PSecurityFunctionTableW
alias PSecurityFunctionTableW = SecurityFunctionTableW*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
PTimeStamp
alias PTimeStamp = SECURITY_INTEGER*
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CONTEXT_ATTRIBUTES_FN
alias QUERY_CONTEXT_ATTRIBUTES_FN = QUERY_CONTEXT_ATTRIBUTES_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CONTEXT_ATTRIBUTES_FN
alias QUERY_CONTEXT_ATTRIBUTES_FN = QUERY_CONTEXT_ATTRIBUTES_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CONTEXT_ATTRIBUTES_FN_A
alias QUERY_CONTEXT_ATTRIBUTES_FN_A = SECURITY_STATUS function(PCtxtHandle, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CONTEXT_ATTRIBUTES_FN_W
alias QUERY_CONTEXT_ATTRIBUTES_FN_W = SECURITY_STATUS function(PCtxtHandle, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CREDENTIALS_ATTRIBUTES_FN
alias QUERY_CREDENTIALS_ATTRIBUTES_FN = QUERY_CREDENTIALS_ATTRIBUTES_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CREDENTIALS_ATTRIBUTES_FN
alias QUERY_CREDENTIALS_ATTRIBUTES_FN = QUERY_CREDENTIALS_ATTRIBUTES_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CREDENTIALS_ATTRIBUTES_FN_A
alias QUERY_CREDENTIALS_ATTRIBUTES_FN_A = SECURITY_STATUS function(PCredHandle, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_CREDENTIALS_ATTRIBUTES_FN_W
alias QUERY_CREDENTIALS_ATTRIBUTES_FN_W = SECURITY_STATUS function(PCredHandle, ULONG, PVOID)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_SECURITY_CONTEXT_TOKEN_FN
alias QUERY_SECURITY_CONTEXT_TOKEN_FN = SECURITY_STATUS function(PCtxtHandle, HANDLE*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_SECURITY_PACKAGE_INFO_FN
alias QUERY_SECURITY_PACKAGE_INFO_FN = QUERY_SECURITY_PACKAGE_INFO_FN_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_SECURITY_PACKAGE_INFO_FN
alias QUERY_SECURITY_PACKAGE_INFO_FN = QUERY_SECURITY_PACKAGE_INFO_FN_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_SECURITY_PACKAGE_INFO_FN_A
alias QUERY_SECURITY_PACKAGE_INFO_FN_A = SECURITY_STATUS function(SEC_CHAR*, PSecPkgInfoA*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QUERY_SECURITY_PACKAGE_INFO_FN_W
alias QUERY_SECURITY_PACKAGE_INFO_FN_W = SECURITY_STATUS function(SEC_WCHAR*, PSecPkgInfoW*)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryContextAttributes
alias QueryContextAttributes = QueryContextAttributesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryContextAttributes
alias QueryContextAttributes = QueryContextAttributesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryCredentialsAttributes
alias QueryCredentialsAttributes = QueryCredentialsAttributesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryCredentialsAttributes
alias QueryCredentialsAttributes = QueryCredentialsAttributesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QuerySecurityPackageInfo
alias QuerySecurityPackageInfo = QuerySecurityPackageInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QuerySecurityPackageInfo
alias QuerySecurityPackageInfo = QuerySecurityPackageInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
REVERT_SECURITY_CONTEXT_FN
alias REVERT_SECURITY_CONTEXT_FN = SECURITY_STATUS function(PCtxtHandle)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SECURITY_STRING
alias SECURITY_STRING = UNICODE_STRING
Undocumented in source.
SEC_GET_KEY_FN
alias SEC_GET_KEY_FN = void function()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_Authority
alias SecPkgContext_Authority = SecPkgContext_AuthorityA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_Authority
alias SecPkgContext_Authority = SecPkgContext_AuthorityW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_KeyInfo
alias SecPkgContext_KeyInfo = SecPkgContext_KeyInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_KeyInfo
alias SecPkgContext_KeyInfo = SecPkgContext_KeyInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_Names
alias SecPkgContext_Names = SecPkgContext_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_Names
alias SecPkgContext_Names = SecPkgContext_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgCredentials_Names
alias SecPkgCredentials_Names = SecPkgCredentials_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgCredentials_Names
alias SecPkgCredentials_Names = SecPkgCredentials_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgInfo
alias SecPkgInfo = SecPkgInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgInfo
alias SecPkgInfo = SecPkgInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecurityFunctionTable
alias SecurityFunctionTable = SecurityFunctionTableA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecurityFunctionTable
alias SecurityFunctionTable = SecurityFunctionTableW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
TimeStamp
alias TimeStamp = SECURITY_INTEGER
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UNISP_NAME
alias UNISP_NAME = UNISP_NAME_A
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
UNISP_NAME
alias UNISP_NAME = UNISP_NAME_W
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VERIFY_SIGNATURE_FN
alias VERIFY_SIGNATURE_FN = SECURITY_STATUS function(PCtxtHandle, PSecBufferDesc, ULONG, PULONG)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Enums

SECBUFFER_EMPTY
anonymousenum SECBUFFER_EMPTY
Undocumented in source.
SECPKG_ATTR_AUTHORITY
anonymousenum SECPKG_ATTR_AUTHORITY
Undocumented in source.
SECPKG_CRED_INBOUND
anonymousenum SECPKG_CRED_INBOUND
Undocumented in source.
SECPKG_FLAG_INTEGRITY
anonymousenum SECPKG_FLAG_INTEGRITY
Undocumented in source.

Functions

AcceptSecurityContext
SECURITY_STATUS AcceptSecurityContext(PCredHandle , PCtxtHandle , PSecBufferDesc , ULONG , ULONG , PCtxtHandle , PSecBufferDesc , PULONG , PTimeStamp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AcquireCredentialsHandleA
SECURITY_STATUS AcquireCredentialsHandleA(SEC_CHAR* , SEC_CHAR* , ULONG , PLUID , PVOID , SEC_GET_KEY_FN , PVOID , PCredHandle , PTimeStamp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
AcquireCredentialsHandleW
SECURITY_STATUS AcquireCredentialsHandleW(SEC_WCHAR* , SEC_WCHAR* , ULONG , PLUID , PVOID , SEC_GET_KEY_FN , PVOID , PCredHandle , PTimeStamp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ApplyControlTokenA
SECURITY_STATUS ApplyControlTokenA(PCtxtHandle , PSecBufferDesc )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ApplyControlTokenW
SECURITY_STATUS ApplyControlTokenW(PCtxtHandle , PSecBufferDesc )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
CompleteAuthToken
SECURITY_STATUS CompleteAuthToken(PCtxtHandle , PSecBufferDesc )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DecryptMessage
SECURITY_STATUS DecryptMessage(PCtxtHandle , PSecBufferDesc , ULONG , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
DeleteSecurityContext
SECURITY_STATUS DeleteSecurityContext(PCtxtHandle )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EncryptMessage
SECURITY_STATUS EncryptMessage(PCtxtHandle , ULONG , PSecBufferDesc , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumerateSecurityPackagesA
SECURITY_STATUS EnumerateSecurityPackagesA(PULONG , PSecPkgInfoA* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
EnumerateSecurityPackagesW
SECURITY_STATUS EnumerateSecurityPackagesW(PULONG , PSecPkgInfoW* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FreeContextBuffer
SECURITY_STATUS FreeContextBuffer(PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
FreeCredentialsHandle
SECURITY_STATUS FreeCredentialsHandle(PCredHandle )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
ImpersonateSecurityContext
SECURITY_STATUS ImpersonateSecurityContext(PCtxtHandle )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitSecurityInterfaceA
PSecurityFunctionTableA InitSecurityInterfaceA()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitSecurityInterfaceW
PSecurityFunctionTableW InitSecurityInterfaceW()
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeSecurityContextA
SECURITY_STATUS InitializeSecurityContextA(PCredHandle , PCtxtHandle , SEC_CHAR* , ULONG , ULONG , ULONG , PSecBufferDesc , ULONG , PCtxtHandle , PSecBufferDesc , PULONG , PTimeStamp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
InitializeSecurityContextW
SECURITY_STATUS InitializeSecurityContextW(PCredHandle , PCtxtHandle , SEC_WCHAR* , ULONG , ULONG , ULONG , PSecBufferDesc , ULONG , PCtxtHandle , PSecBufferDesc , PULONG , PTimeStamp )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
MakeSignature
SECURITY_STATUS MakeSignature(PCtxtHandle , ULONG , PSecBufferDesc , ULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryContextAttributesA
SECURITY_STATUS QueryContextAttributesA(PCtxtHandle , ULONG , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryContextAttributesW
SECURITY_STATUS QueryContextAttributesW(PCtxtHandle , ULONG , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryCredentialsAttributesA
SECURITY_STATUS QueryCredentialsAttributesA(PCredHandle , ULONG , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QueryCredentialsAttributesW
SECURITY_STATUS QueryCredentialsAttributesW(PCredHandle , ULONG , PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QuerySecurityContextToken
SECURITY_STATUS QuerySecurityContextToken(PCtxtHandle , HANDLE* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QuerySecurityPackageInfoA
SECURITY_STATUS QuerySecurityPackageInfoA(SEC_CHAR* , PSecPkgInfoA* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
QuerySecurityPackageInfoW
SECURITY_STATUS QuerySecurityPackageInfoW(SEC_WCHAR* , PSecPkgInfoW* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
RevertSecurityContext
SECURITY_STATUS RevertSecurityContext(PCtxtHandle )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
VerifySignature
SECURITY_STATUS VerifySignature(PCtxtHandle , PSecBufferDesc , ULONG , PULONG )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Manifest constants

SECBUFFER_VERSION
enum SECBUFFER_VERSION;
Undocumented in source.
UNISP_NAME_A
enum UNISP_NAME_A;
Undocumented in source.
UNISP_NAME_W
enum UNISP_NAME_W;
Undocumented in source.

Structs

SECURITY_INTEGER
struct SECURITY_INTEGER
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecBuffer
struct SecBuffer
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecBufferDesc
struct SecBufferDesc
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecHandle
struct SecHandle
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_AuthorityA
struct SecPkgContext_AuthorityA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_AuthorityW
struct SecPkgContext_AuthorityW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_KeyInfoA
struct SecPkgContext_KeyInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_KeyInfoW
struct SecPkgContext_KeyInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_LifeSpan
struct SecPkgContext_LifeSpan
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_NamesA
struct SecPkgContext_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_NamesW
struct SecPkgContext_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_PackageInfo
struct SecPkgContext_PackageInfo
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_Sizes
struct SecPkgContext_Sizes
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgContext_StreamSizes
struct SecPkgContext_StreamSizes
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgCredentials_NamesA
struct SecPkgCredentials_NamesA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgCredentials_NamesW
struct SecPkgCredentials_NamesW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgInfoA
struct SecPkgInfoA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecPkgInfoW
struct SecPkgInfoW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecurityFunctionTableA
struct SecurityFunctionTableA
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SecurityFunctionTableW
struct SecurityFunctionTableW
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

Meta