Set the date after which this certificate will no longer be valid.
Namespace: Org.BouncyCastle.X509Assembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public void SetNotAfter( DateTime date ) |
| Visual Basic |
|---|
Public Sub SetNotAfter ( _ date As DateTime _ ) |
| Visual C++ |
|---|
public: void SetNotAfter( DateTime date ) |
Parameters
- date
- Type: System..::..DateTime