1 implementation of RawData
System.Security.Cryptography (1)
System\Security\Cryptography\X509Certificates\OpenSslX509CertificateReader.cs (1)
376public byte[] RawData
3 references to RawData
System.Security.Cryptography (3)
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (2)
68return _singleCertPal.RawData; 143Pkcs12CertBag certBag = new(s_Pkcs12X509CertBagTypeOid, PkcsHelpers.EncodeOctetString(certificatePal.RawData));
System\Security\Cryptography\X509Certificates\X509Certificate.cs (1)
258return _lazyRawData ??= Pal.RawData;