1 write to isServer
System.ServiceModel (1)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (1)
68this.isServer = isServer;
12 references to isServer
System.ServiceModel (12)
System\ServiceModel\Security\WindowsSspiNegotiation.cs (12)
126return (this.contextFlags & (this.isServer ? SspiContextFlags.AcceptIdentify : SspiContextFlags.InitIdentify)) != 0; 232if (!this.isServer) 340else if (this.isServer == false && this.impersonationLevel == TokenImpersonationLevel.Identification) 344else if (this.isServer == false && this.impersonationLevel == TokenImpersonationLevel.Anonymous) 351if (isServer) 380if (this.isServer) 403if (!this.isServer) 448IMD.SecurityTraceRecordHelper.TraceChannelBindingInformation(policyHelper, this.isServer, channelbinding); 453if (!this.isServer 511if (!this.isServer && (statusCode == (int)SecurityStatus.TargetUnknown 524if (this.isServer) 545if (isServer && ((this.contextFlags & SspiContextFlags.AcceptAnonymous) == 0) && (string.Compare(this.ProtocolName, NegotiationInfoClass.Kerberos, StringComparison.OrdinalIgnoreCase) != 0) && policyHelper.ShouldCheckServiceBinding)