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