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