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