Specifies 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
- Value - specifies, whether the ciphersuite should be enabled or disabled
Values:
|
Description
This property defines which cipher suites are allowed to be used during SSL/TLS session. By default all cipher suites are allowed including NULL (no encryption, unsecure) cipher suite. The application can disable undesired cipher suites.