SaaS CMS has officially launched! Learn more now.

Interface ISecurityCheck

Represents interface to security check logic

Namespace: Mediachase.Commerce.Security
Assembly: Mediachase.Commerce.dll
Version: 11.8.3
Syntax
public interface ISecurityCheck

Properties

PermissionCheckEnable

Declaration
bool PermissionCheckEnable { get; }
Property Value
Type Description
System.Boolean

Methods

CheckPermission(MembershipUser, String, Object)

Declaration
bool CheckPermission(MembershipUser user, string permission, object securityObj)
Parameters
Type Name Description
System.Web.Security.MembershipUser user
System.String permission
System.Object securityObj
Returns
Type Description
System.Boolean