2 implementations of QueryContextAttributes
System (2)
net\System\Net\_NativeSSPI.cs (2)
170public unsafe int QueryContextAttributes(SafeDeleteContext phContext, ContextAttribute attribute, byte[] buffer, Type handleType, out SafeHandle refHandle) { 393public 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)
576errorCode = SecModule.QueryContextAttributes(securityContext, contextAttribute, nativeBuffer, handleType, out SspiHandle);