Candor.Security.CandorAuthorizationRoleProvider.RoleExists C# (CSharp) Метод

RoleExists() публичный Метод

Not implemented/supported.
public RoleExists ( string roleName ) : bool
roleName string
Результат bool
        public override bool RoleExists( string roleName )
        {
            throw new NotSupportedException();
        }