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: IListInt32A 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
See Also