1 write to certificate
System.IdentityModel (1)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (1)
27this.certificate = certificate;
7 references to certificate
System.IdentityModel (7)
System\IdentityModel\Tokens\X509AsymmetricSecurityKey.cs (7)
45this.privateKey = this.certificate.PrivateKey; 49this.privateKey = CngLightup.GetRSAPrivateKey(this.certificate); 69this.privateKey = CngLightup.GetDSAPrivateKey(this.certificate); 71if (certificate.HasPrivateKey && this.privateKey == null) 93this.publicKey = this.certificate.PublicKey.Key; 97this.publicKey = CngLightup.GetRSAPublicKey(this.certificate); 99this.publicKey = CngLightup.GetDSAPublicKey(this.certificate);