Set the name of the authenticator.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public DOFAuthenticatorConfigBuilder setName( string name )
Parameters
- name
- Type: SystemString
The authenticator name. null means you want the authenticator named automatically (auth1, auth2, etc.)
Return Value
Type: DOFAuthenticatorConfigBuilderThe builder.
Remarks
See Also