:CertnProtocol
Classes
Syntax
Read:
:CertnProtocol --> nProtocol
Description
A numeric value specifying the protocol selected to establish the secure connection.
One of the following values will be returned:
|
Constant |
Description |
|
SECURITY_PROTOCOL_NONE |
No security protocol has been selected. A secure connection has not been established with the server. The remaining member values in this structure are not valid and should be ignored. |
|
SECURITY_PROTOCOL_SSL2 |
The Secure Sockets Layer (SSL) version 2.0 protocol has been selected. |
|
SECURITY_PROTOCOL_SSL3 |
The Secure Sockets Layer (SSL) version 3.0 protocol has been selected. This is currently the most common protocol used. |
|
SECURITY_PROTOCOL_PCT1 |
The Private Communication Technology (PCT) version 1.0 protocol has been selected. |
|
SECURITY_PROTOCOL_TLS1 |
The Transport Layer Security (TLS) version 1.0 protocol has been selected. |
See Also
:CertCipher, :CertCipherStrength, :CertExpiresDate, :CertExpiresTime, :CertHash, :CertHashStrength, :CertIssuedDate, :CertIssuedTime, :CertIssuer, :CertIssuerCommonName, :CertIssuerCountry, :CertIssuerEmail, :CertIssuerLocale, :CertIssuerOrg, :CertIssuerOU, :CertIssuerState, :CertIsValid, :CertKeyExchange, :CertnCipher, :CertnHash, :CertnKeyExchange, :CertnProtocol, :CertnStatus, :CertProtocol, :CertStatus, :CertSubject, :CertSubjectCommonName, :CertSubjectCountry, :CertSubjectLocale, :CertSubjectOrg, :CertSubjectOU, :CertSubjectState, :ClearCert()