DOFgetAuthenticator Method OpenDOF Object Access Library
Gets an authenticator for a specified domain.

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

C#
public DOFAuthenticator getAuthenticator(
	DOFObjectIDDomain domainID
)

Parameters

domainID
Type: org.opendof.core.oalDOFObjectIDDomain
The identifier for the domain of the authenticator.

Return Value

Type: DOFAuthenticator
An authenticator or null if not found.
Remarks

Gets an authenticator for a specified domain.
See Also

Reference