2 writes to certificate
System.IdentityModel (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (2)
18
this.
certificate
= certificate;
42
this.
certificate
= new X509Certificate2(GetBuffer());
2 references to certificate
System.IdentityModel (2)
System\IdentityModel\Tokens\X509RawDataKeyIdentifierClause.cs (2)
40
if (this.
certificate
== null)
44
this.key = new X509AsymmetricSecurityKey(this.
certificate
);