2 implementations of SetContextAttributes
System (2)
net\System\Net\_NativeSSPI.cs (2)
189public int SetContextAttributes(SafeDeleteContext phContext, ContextAttribute attribute, byte[] buffer) { 413public int SetContextAttributes(SafeDeleteContext context, ContextAttribute attribute, byte[] buffer) {
1 reference to SetContextAttributes
System (1)
net\System\Net\_SSPIWrapper.cs (1)
676return SecModule.SetContextAttributes(securityContext, contextAttribute, nativeBuffer);