Catalyst Internet Mail .NET

InternetMail.CertificateExpires Property

Get a value that specifies the date that the security certificate expires.

[Visual Basic]
Public ReadOnly Property CertificateExpires As String
[C#]
public string CertificateExpires {get;}

Property Value

A string which specifies a date using the local date and time format.

Remarks

The CertificateExpires property returns a string that specifies the date and time that the security certificate expires. This property will return an empty string if a secure connection has not been established with the remote host.

See Also

InternetMail Class | SocketTools Namespace