DOFSecurityDesire EnumerationOpenDOF Object Access Library
The SecurityDesire enumeration types represent the security levels that can be imposed on connections DOFConnection and servers DOFServer . For a connection and server to be compatible, they must have compatible security desires; otherwise, the connection fails.

Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax

C#
public enum SecurityDesire
Members

  Member nameValueDescription
ANY0
NOT_SECURE1
SECURE_ANY2
SECURE_AUTHENTICATE_ONLY3
SECURE4
See Also

Reference

Builder.setSecurityDesire(SecurityDesire)
Builder.setSecurityDesire(SecurityDesire)
State.getSecurityDesire()
State.getSecurityDesire()