public void AddCrlEntry(
BigInteger userCertificate,
DateTime revocationDate,
int reason,
DateTime invalidityDate
)
Public Sub AddCrlEntry (
userCertificate As BigInteger,
revocationDate As DateTime,
reason As Integer,
invalidityDate As DateTime
)
public:
void AddCrlEntry(
BigInteger^ userCertificate,
DateTime revocationDate,
int reason,
DateTime invalidityDate
)
function AddCrlEntry(userCertificate, revocationDate, reason, invalidityDate);