A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More

Class GlobalRoleAssignment

Inheritance
System.Object
GlobalRoleAssignment
Implements
System.ICloneable
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 10.8.0
Syntax
public class GlobalRoleAssignment : SecurityRoleAssignment, ICloneable

Constructors

GlobalRoleAssignment(Principal, String)

Declaration
public GlobalRoleAssignment(Principal principal, string roleName)
Parameters
Type Name Description
Principal principal
System.String roleName

Methods

CreateInstance()

Declaration
protected override SecurityRoleAssignment CreateInstance()
Returns
Type Description
SecurityRoleAssignment
Overrides

Implements

System.ICloneable