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