Specifies the allowed cipher suites.
Declaration
[VB.NET]
Property CipherSuites(ByVal Index As Short) As Boolean
Property CipherSuites(ByVal Index As Short) As Boolean
[Pascal]
property CipherSuites[Index: TSBCipherSuite]: boolean;
property CipherSuites[Index: TSBCipherSuite]: boolean;
[C++]
not implemented;
not implemented;
Parameters
- Index (Suite) - The value that is to be enabled or disabled. See the list of values below
Values:
|
Description
This property defines which cipher suites are allowed to be used during SSL/TLS session. By default cipher suites from SB_SUITE_RSA_RC4_MD5 to SB_SUITE_LAST are allowed. The application can disable undesired cipher suites.