DOFCredentialsgetDomainID Method OpenDOF Object Access Library
Gets the security domain that the credential is valid in.

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 security domain of the credential, which may be BROADCAST if the user does not specify a domain and has not been resolved.
Remarks

Gets the security domain that the credential is valid in. This must be callable at any time.
See Also

Reference