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