1 write to key
System.IdentityModel (1)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (1)
44this.key = new X509AsymmetricSecurityKey(this.certificate);
2 references to key
System.IdentityModel (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (2)
38if (this.key == null) 46return this.key;