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