1 implementation of PublicKeyValue
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
322public byte[] PublicKeyValue
3 references to PublicKeyValue
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
470byte[] publicKey = _lazyPublicKey ??= Pal.PublicKeyValue;
System\Security\Cryptography\X509Certificates\X509Certificate2.cs (1)
322byte[] keyValue = Pal.PublicKeyValue;
System\Security\Cryptography\X509Certificates\X509CertificateLoader.Unix.cs (1)
468byte[] certEncodedKeyValue = cert.PublicKeyValue;