[This is preliminary documentation and is subject to change.]
Access to settings for security
| C# | Visual Basic | Visual C++ |
public interface ISecuritySettings
Public Interface ISecuritySettings
public interface class ISecuritySettings
| All Members | Methods | Properties | |||
| Icon | Member | Description |
|---|---|---|
| ApplyChangedSocketParameters()()() |
Indicates that the contents of one of the files has changed
| |
| CacheTlsSessions |
Session caching will be optionally supported.
It can be turned on or off.
DVT will only support in memory caching.
Caching will be enabled by default.
| |
| CertificateFileName |
Certificate file name
| |
| CheckRemoteCertificate |
Verifies the SSL peer and fail the connection if the peer has no ceritificate.
| |
| CipherFlags |
Flags indicating the type of security used.
| |
| CredentialsFileName |
Credentials file name
| |
| SecureSocketsEnabled |
Enable or disable secure socket communication
| |
| TlsCacheTimeout |
Sets the session cache timeout time used by the TLS server.
| |
| TlsPassword |
Protocol password
| |
| TlsVersionFlags |
Protocol(s) Supported
|