IHislipInstr2::EncryptionEnabled
Description
Gets or sets a value indicating whether the encryption is enabled for HiSlip secure connections.
VB Prototype
Dim value As Boolean
value = object.EncryptionEnabled
object.EncryptionEnabled= value
C++ Prototype
HRESULT get_EncryptionEnabled(
VARIANT_BOOL* EncryptionEnabled
);
HRESULT put_EncryptionEnabled(
VARIANT_BOOL EncryptionEnabled
);
Return Value
Refer to the table of return codes.
See Also
Address, Close, ComponentVersion, ControlREN, DeviceName, EncryptionEnabled, HardwareInterfaceName, HardwareInterfaceNumber, HardwareInterfaceType, HostName, Init, IsHislip, LastStatus, LockRsrc, LockState, MaxMessage, OptionString, OverlapEnabled, ProgID, ProtocolVersion, ResourceName, SaslMechanism, ServerCertificate, ServerCertificateExpirationDate, ServerCertificateIsPerpetual, ServerCertificateIssuerName, ServerCertificateSubjectName, SessionType, SoftwareManufacturerID, SoftwareManufacturerName, SpecVersion, Timeout, TlsCipherSuite, UnlockRsrc, IHislipInstr2 Overview