9 references to endorsing
System.ServiceModel (9)
System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs (9)
30foreach (SecurityTokenParameters p in other.endorsing) 31this.endorsing.Add((SecurityTokenParameters)p.Clone()); 45return this.endorsing; 75foreach (SecurityTokenParameters t in this.endorsing) 101foreach (SecurityTokenParameters t in this.endorsing) 116if (this.endorsing.Count == 0) 119for (k = 0; k < this.endorsing.Count; k++) 122sb.AppendLine(" " + this.endorsing[k].ToString().Trim().Replace("\n", "\n ")); 176return signed.Count == 0 && signedEncrypted.Count == 0 && endorsing.Count == 0 && signedEndorsing.Count == 0;