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