2 implementations of ApplyControlToken
System (2)
net\System\Net\_NativeSSPI.cs (2)
201
public int
ApplyControlToken
(ref SafeDeleteContext refContext, SecurityBuffer[] inputBuffers)
425
public int
ApplyControlToken
(ref SafeDeleteContext refContext, SecurityBuffer[] inputBuffers)
1 reference to ApplyControlToken
System (1)
net\System\Net\_SSPIWrapper.cs (1)
299
int errorCode = SecModule.
ApplyControlToken
(ref context, inputBuffers);