AuthenticationActiveDirectory.IsSecurityMember(Type, String) Method
Checks is the specified member is a member of the IAuthenticationActiveDirectoryUser interface.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v24.1.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
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