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