1 write to assertionId
System.IdentityModel (1)
System\IdentityModel\Tokens\SamlAssertionKeyIdentifierClause.cs (1)
35
this.
assertionId
= assertionId;
3 references to assertionId
System.IdentityModel (3)
System\IdentityModel\Tokens\SamlAssertionKeyIdentifierClause.cs (3)
45
get { return this.
assertionId
; }
79
return ReferenceEquals(this, that) || (that != null && that.Matches(this.
assertionId
));
84
return this.
assertionId
== assertionId;