1 implementation of PublicKeyValue
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\CertificatePal.Windows.cs (1)
176public byte[] PublicKeyValue
2 references to PublicKeyValue
System.Security.Cryptography (2)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
550byte[] publicKey = _lazyPublicKey ??= Pal.PublicKeyValue;
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
323byte[] keyValue = Pal.PublicKeyValue;