Add credentials to the server.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public virtual T addCredentials( ICollection<DOFCredentials> credentials )
Parameters
- credentials
- Type: System.Collections.GenericICollectionDOFCredentials
The credentials for this server. Must not be null.
Return Value
Type: TThe builder.
Remarks
See Also