DOFProtocolNegotiatorcreateDefaultASOnly Method OpenDOF Object Access Library
Create a protocol negotiator for authentication only.

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

C#
public static DOFProtocolNegotiator createDefaultASOnly()

Return Value

Type: DOFProtocolNegotiator
The DOFProtocolNegotiator
Remarks

Create a protocol negotiator for authentication only. This will always require TRP and is recommended for connections to Authentication Servers. OAP is not allowed on this type, it only allows authentication.
See Also

Reference