QuickOPC User's Guide and Reference
NotAfter Property (IPkiCertificate)



OpcLabs.BaseLib Assembly > OpcLabs.BaseLib.Security.Cryptography.PkiCertificates Namespace > IPkiCertificate Interface : NotAfter Property
Syntax
'Declaration
 
<DisplayAttribute(AutoGenerateField=True, 
   Order=150, 
   ShortName="Not After")>
ReadOnly Property NotAfter As Date
'Usage
 
Dim instance As IPkiCertificate
Dim value As Date
 
value = instance.NotAfter
[Display(AutoGenerateField=true, 
   Order=150, 
   ShortName="Not After")]
DateTime NotAfter {get;}
[Display(AutoGenerateField=true, 
   Order=150, 
   ShortName="Not After")]
property DateTime NotAfter {
   DateTime get();
}
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also