SaaS CMS has officially launched! Learn more now.

Class SecurityScope

Inheritance
System.Object
SecurityScope
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: 11.8.3
Syntax
public class SecurityScope : ICloneable

Constructors

SecurityScope(String)

Declaration
public SecurityScope(string scopeIdentity)
Parameters
Type Name Description
System.String scopeIdentity

Properties

ScopeIdentity

Declaration
public string ScopeIdentity { get; set; }
Property Value
Type Description
System.String

Methods

Clone()

Declaration
public virtual object Clone()
Returns
Type Description
System.Object

Equals(Object)

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj
Returns
Type Description
System.Boolean
Overrides
System.Object.Equals(System.Object)

GetHashCode()

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32
Overrides
System.Object.GetHashCode()

Operators

Equality(SecurityScope, SecurityScope)

Declaration
public static bool operator ==(SecurityScope x, SecurityScope y)
Parameters
Type Name Description
SecurityScope x
SecurityScope y
Returns
Type Description
System.Boolean

Inequality(SecurityScope, SecurityScope)

Declaration
public static bool operator !=(SecurityScope x, SecurityScope y)
Parameters
Type Name Description
SecurityScope x
SecurityScope y
Returns
Type Description
System.Boolean

Implements

System.ICloneable