8 references to Pkcs7
System.Net.Quic (1)
System\Net\Quic\QuicConnection.SslConnectionOptions.cs (1)
208Debug.Assert(X509Certificate2.GetCertContentType(chainData) is X509ContentType.Pkcs7);
System.Security.Cryptography (7)
System\Security\Cryptography\X509Certificates\OpenSslCertificateAssetDownloader.cs (1)
35case X509ContentType.Pkcs7:
System\Security\Cryptography\X509Certificates\OpenSslX509Encoder.cs (3)
80return X509ContentType.Pkcs7; 130return X509ContentType.Pkcs7; 137return X509ContentType.Pkcs7;
System\Security\Cryptography\X509Certificates\UnixExportProvider.cs (1)
56case X509ContentType.Pkcs7:
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
436byte[]? pkcs7 = Export(X509ContentType.Pkcs7); 463byte[]? pkcs7 = Export(X509ContentType.Pkcs7);