DOFAuthenticatorgetDomainID Method OpenDOF Object Access Library
Return the domain identifier for the authenticator.

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

C#
public DOFObjectIDDomain getDomainID()

Return Value

Type: DOFObjectIDDomain
The domain identifier.
Remarks

Return the domain identifier for the authenticator.

This is a convenience method that is more efficient than calling getState().getDomainID().

See Also

Reference