DOFAuthenticatorRemoteDomainNodegetCredentialTypes Method OpenDOF Object Access Library
Returns a list of credential types this node has.

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

C#
public IList<int> getCredentialTypes()

Return Value

Type: IListInt32
A list of credential types this node has. An empty list means this node has no credentials. A null indicates this data is not set, but does not imply it does not exist.
Remarks

Returns a list of credential types this node has. This is not necessary for authentication, but useful for management.
See Also

Reference