Click or drag to resize

UnifiedPermissionIdentifier Constructor (String, String)

Initializes a new instance of the UnifiedPermissionIdentifier class

Namespace:  Dynamicweb.Security.Permissions
Assembly:  Dynamicweb.Security (in Dynamicweb.Security.dll) Version: 11.0.2
Syntax
public UnifiedPermissionIdentifier(
	string key,
	string name
)

Parameters

key
Type: SystemString
name
Type: SystemString
See Also