ICISSLVersions

The ICISSLVersions interface contains read-only properties used to discover the number or index of SSL versions available.

  • Function Count() As Long

  • HRESULT Item([in] long nIndex, [out, retval] ICISSLVersion** prop);

    Returns the number of SSL protocol versions defined.

    EFT v7.1.1

  • Function Item(nIndex As Long) As CISSLVersion

  • HRESULT Count([out, retval] long* prop);

    Returns an SSL protocol version item by index.

    EFT v7.1.1