2 writes to _lazyPublicKey
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (2)
36
_lazyPublicKey
= null;
325
publicKey =
_lazyPublicKey
= new PublicKey(oid, new AsnEncodedData(oid, parameters), new AsnEncodedData(oid, keyValue), skipCopy: true);
1 reference to _lazyPublicKey
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
316
PublicKey? publicKey =
_lazyPublicKey
;