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