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