public static Stream ReplaceCertificatesAndCrls(
Stream original,
IStore<X509Certificate> x509Certs,
IStore<X509Crl> x509Crls,
IStore<X509V2AttributeCertificate> x509AttrCerts,
Stream outStr
)
Public Shared Function ReplaceCertificatesAndCrls (
original As Stream,
x509Certs As IStore(Of X509Certificate),
x509Crls As IStore(Of X509Crl),
x509AttrCerts As IStore(Of X509V2AttributeCertificate),
outStr As Stream
) As Stream
public:
static Stream^ ReplaceCertificatesAndCrls(
Stream^ original,
IStore<X509Certificate^>^ x509Certs,
IStore<X509Crl^>^ x509Crls,
IStore<X509V2AttributeCertificate^>^ x509AttrCerts,
Stream^ outStr
)
Org.BouncyCastle.Cms.CmsSignedDataParser.ReplaceCertificatesAndCrls = function(original, x509Certs, x509Crls, x509AttrCerts, outStr);