Skip to main content
A newer version of this page is available. .

AuthenticationBase.IsSecurityMember(Object, String) Method

Checks if the specified member is used by the security system.

Namespace: DevExpress.ExpressApp.Security

Assembly: DevExpress.ExpressApp.Security.v18.2.dll

Declaration

public virtual bool IsSecurityMember(
    object theObject,
    string memberName
)

Parameters

Name Type Description
theObject Object

A type that owns a member to be checked.

memberName String

A string which is the name of a member to be checked.

Returns

Type Description
Boolean

true, if the specified member is a member used by the security system, otherwise - false.

See Also