public PkiMessage(
PkiHeader header,
PkiBody body,
DerBitString protection,
CmpCertificate[] extraCerts
)
Public Sub New (
header As PkiHeader,
body As PkiBody,
protection As DerBitString,
extraCerts As CmpCertificate()
)
public:
PkiMessage(
PkiHeader^ header,
PkiBody^ body,
DerBitString^ protection,
array<CmpCertificate^>^ extraCerts
)
Org.BouncyCastle.Asn1.Cmp.PkiMessage = function(header, body, protection, extraCerts);