public void AddCrlEntry(
BigInteger userCertificate,
DateTime revocationDate,
X509Extensions extensions
)
Public Sub AddCrlEntry (
userCertificate As BigInteger,
revocationDate As DateTime,
extensions As X509Extensions
)
public:
void AddCrlEntry(
BigInteger^ userCertificate,
DateTime revocationDate,
X509Extensions^ extensions
)
function AddCrlEntry(userCertificate, revocationDate, extensions);