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