X509V3CertificateGeneratorSetNotAfter Method
Set the date after which this certificate will no longer be valid.
Namespace: Org.BouncyCastle.X509Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public void SetNotAfter(
DateTime date
)
Public Sub SetNotAfter (
date As DateTime
)
public:
void SetNotAfter(
DateTime date
)
function SetNotAfter(date);
Parameters
- date DateTime