2 implementations of QueryContextAttributes
System (2)
net\System\Net\_NativeSSPI.cs (2)
170
public unsafe int
QueryContextAttributes
(SafeDeleteContext phContext, ContextAttribute attribute, byte[] buffer, Type handleType, out SafeHandle refHandle) {
393
public unsafe int
QueryContextAttributes
(SafeDeleteContext context, ContextAttribute attribute, byte[] buffer, Type handleType, out SafeHandle refHandle) {
1 reference to QueryContextAttributes
System (1)
net\System\Net\_SSPIWrapper.cs (1)
576
errorCode = SecModule.
QueryContextAttributes
(securityContext, contextAttribute, nativeBuffer, handleType, out SspiHandle);