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 name | Value | Description | |
---|---|---|---|
ANY | 0 | ||
NOT_SECURE | 1 | ||
SECURE_ANY | 2 | ||
SECURE_AUTHENTICATE_ONLY | 3 | ||
SECURE | 4 |
See Also
Reference
Builder.setSecurityDesire(SecurityDesire)
Builder.setSecurityDesire(SecurityDesire)
State.getSecurityDesire()
State.getSecurityDesire()