1 write to rsa
System.IdentityModel (1)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (1)
24
this.
rsa
= rsa;
3 references to rsa
System.IdentityModel (3)
System\IdentityModel\Tokens\RsaKeyIdentifierClause.cs (3)
35
get { return this.
rsa
; }
42
this.rsaSecurityKey = new RsaSecurityKey(this.
rsa
);
63
return ReferenceEquals(this, that) || (that != null && that.Matches(this.
rsa
));