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