4 writes to contextFlags
System.ServiceModel (4)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (4)
413
ref this.
contextFlags
);
428
ref this.
contextFlags
);
434
this.
contextFlags
= serverContextFlags;
442
ref this.
contextFlags
);
5 references to contextFlags
System.ServiceModel (5)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (5)
117
return (this.
contextFlags
& SspiContextFlags.Delegate) != 0;
126
return (this.
contextFlags
& (this.isServer ? SspiContextFlags.AcceptIdentify : SspiContextFlags.InitIdentify)) != 0;
135
return (this.
contextFlags
& SspiContextFlags.MutualAuth) != 0;
420
SspiContextFlags serverContextFlags = this.
contextFlags
;
545
if (isServer && ((this.
contextFlags
& SspiContextFlags.AcceptAnonymous) == 0) && (string.Compare(this.ProtocolName, NegotiationInfoClass.Kerberos, StringComparison.OrdinalIgnoreCase) != 0) && policyHelper.ShouldCheckServiceBinding)