7 references to signedEncrypted
System.ServiceModel (7)
System\ServiceModel\Security\Tokens\SupportingTokenParameters.cs (7)
28
foreach (SecurityTokenParameters p in other.
signedEncrypted
)
29
this.
signedEncrypted
.Add((SecurityTokenParameters)p.Clone());
69
return this.
signedEncrypted
;
134
if (this.
signedEncrypted
.Count == 0)
137
for (k = 0; k < this.
signedEncrypted
.Count; k++)
140
sb.AppendLine(" " + this.
signedEncrypted
[k].ToString().Trim().Replace("\n", "\n "));
176
return signed.Count == 0 &&
signedEncrypted
.Count == 0 && endorsing.Count == 0 && signedEndorsing.Count == 0;