Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

AuthenticationStandard.IsSecurityMember(Type, String) Method

Checks if the specified member is a member of the IAuthenticationStandardUser interface.

Namespace: DevExpress.ExpressApp.Security

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

Declaration

public override bool IsSecurityMember(
    Type type,
    string memberName
)

Parameters

Name Type Description
type Type

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 of the IAuthenticationActiveDirectoryUser interface, otherwise - false.

See Also