5 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 (4)
System\Security\Cryptography\X509Certificates\StorePal.Windows.Export.cs (1)
83case X509ContentType.Pkcs7:
System\Security\Cryptography\X509Certificates\X509Certificate2Collection.cs (2)
499byte[]? pkcs7 = Export(X509ContentType.Pkcs7); 526byte[]? pkcs7 = Export(X509ContentType.Pkcs7);
System\Security\Cryptography\X509Certificates\X509Pal.Windows.GetCertContentType.cs (1)
90return X509ContentType.Pkcs7;