CertificateNotAfter Property  | 
 
                The DateTime that describes until what time the certificate is valid.
            
 
    Namespace: 
   DotNetBrowser.Net.Certificates
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.2
Syntaxpublic DateTime NotAfter { get; }Property Value
Type: 
DateTimeReturns the time until what the certificate is valid as DataTime object
See Also