public RequestedCertificate(
RequestedCertificateChoice type,
byte[] certificateOctets
)
Public Sub New (
type As RequestedCertificateChoice,
certificateOctets As Byte()
)
public:
RequestedCertificate(
RequestedCertificateChoice type,
array<unsigned char>^ certificateOctets
)
Org.BouncyCastle.Asn1.IsisMtt.Ocsp.RequestedCertificate = function(type, certificateOctets);