Catalyst Internet Mail .NET

InternetMail.CertificateIssued Property

Get a value that specifies the date that the security certificate was issued.

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

Property Value

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

Remarks

The CertificateIssued property returns a string that specifies the date and time that the security certificate was issued. 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