DOFAuthenticatorSecureGroupNodecreate Method (DOFObjectIDAuthentication, Int32, Int32, Int16, Byte, IDictionaryInt32, DOFPermissionSet, Boolean, DOFAuthenticatorSecureGroupNodeGroupConfig)OpenDOF Object Access Library
Create a SecureGroup node for authentication.

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

C#
public static DOFAuthenticatorSecureGroupNode create(
	DOFObjectIDAuthentication nodeID,
	int sourceID,
	int stateID,
	short epoch,
	byte[] credentialStorage,
	IDictionary<int, DOFPermissionSet> permissions,
	bool isEnabled,
	DOFAuthenticatorSecureGroupNodeGroupConfig groupConfig
)

Parameters

nodeID
Type: org.opendof.core.oalDOFObjectIDAuthentication
The identifier of the node. Must not be null.
sourceID
Type: SystemInt32
The node's source identifier.
stateID
Type: SystemInt32
The group's state identifier.
epoch
Type: SystemInt16
The group's epoch.
credentialStorage
Type: SystemByte
The credential private storage for the node.
permissions
Type: System.Collections.GenericIDictionaryInt32, DOFPermissionSet
The node's permissions per security scope identifier.
isEnabled
Type: SystemBoolean
Whether or not the node is isEnabled.
groupConfig
Type: org.opendof.core.oalDOFAuthenticatorSecureGroupNodeGroupConfig
The node's group config.

Return Value

Type: DOFAuthenticatorSecureGroupNode
The node.
Remarks

Create a SecureGroup node for authentication.
See Also

Reference