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