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