Construct a group configuration with specified parameters.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public static DOFAuthenticatorSecureGroupNodeGroupConfig create( short tMin, short tMax, short heartBeat, byte[] mode )
Parameters
- tMin
- Type: SystemInt16
The group's minimum timing period in minutes. - tMax
- Type: SystemInt16
The group's maximum timing period in minutes. - heartBeat
- Type: SystemInt16
The group's heartbeat timing period in seconds. - mode
- Type: SystemByte
The group's security mode. If null the default will be used.
Return Value
Type: DOFAuthenticatorSecureGroupNodeGroupConfigThe new GroupConfig.
Remarks
See Also