Go to the source code of this file.
|
SECURITY_STATUS WINAPI | schan_AcceptSecurityContext (PCredHandle phCredential, PCtxtHandle phContext, PSecBufferDesc pInput, ULONG fContextReq, ULONG TargetDataRep, PCtxtHandle phNewContext, PSecBufferDesc pOutput, ULONG *pfContextAttr, PTimeStamp ptsExpiry) |
|
SECURITY_STATUS WINAPI | schan_ApplyControlToken (PCtxtHandle phContext, PSecBufferDesc pInput) |
|
SECURITY_STATUS WINAPI | schan_CompleteAuthToken (PCtxtHandle phContext, PSecBufferDesc pToken) |
|
SECURITY_STATUS WINAPI | schan_ImpersonateSecurityContext (PCtxtHandle phContext) |
|
◆ schan_AcceptSecurityContext()
Definition at line 4 of file stubs.c.
8{
10}
#define SEC_E_UNSUPPORTED_FUNCTION
◆ schan_ApplyControlToken()
◆ schan_CompleteAuthToken()
◆ schan_ImpersonateSecurityContext()