public PkiMessage(
PkiHeader header,
PkiBody body,
DerBitString protection
)
Public Sub New (
header As PkiHeader,
body As PkiBody,
protection As DerBitString
)
public:
PkiMessage(
PkiHeader^ header,
PkiBody^ body,
DerBitString^ protection
)
Org.BouncyCastle.Asn1.Cmp.PkiMessage = function(header, body, protection);