public RevokedInfo(
Asn1GeneralizedTime revocationTime,
CrlReason revocationReason
)
Public Sub New (
revocationTime As Asn1GeneralizedTime,
revocationReason As CrlReason
)
public:
RevokedInfo(
Asn1GeneralizedTime^ revocationTime,
CrlReason^ revocationReason
)
Org.BouncyCastle.Asn1.Ocsp.RevokedInfo = function(revocationTime, revocationReason);