Home > Language Reference > Classes > SslContext
Certificate Property
Certificate used by the current connection.
Syntax
Public Property Get Certificate() As Collection
Remarks
The Certificate property returns the certificate used by the current connection as a collection of StreamSslItem objects. If the SslContext object this property is applied to is not involved into an active connection, the return value is Nothing.
Each element of the returned collection represents an item of the certificate. You can either enumerate the collection content using a For Each...Next loop, or directly access the required item by using one of the following key:
X509-Version
X509-SerialNumber
X509-IssuerRdn
X509-SubjectRdn
X509-NotBefore
X509-NotAfter
X509-PubKeyBody
X509-PubKeyOid
X509-PubKeyParams
X509-PubKey
X509-SignatureOid
X509-SignatureParams
X509-Signature
X509-CertIssuerId
X509-CertSubjectId
X509-IssuerUId
X509-SubjectUId
X509-Extensions
RSA-NumPrimes
RSA-N
RSA-E
RSA-D
RSA-Q
RSA-Dmq1
RSA-P
RSA-Dmp1
RSA-Iqmp
For more information on certificates, please refer to the SSL protocol definition.
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 5.0 | N/A |