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