• Documentation
  • API Reference
  • REST API & UIs
Show / Hide Table of Contents
  • MailHole.Api
    • Program
    • Startup
    • StartupExtensions
  • MailHole.Api.Auth
    • AuthorizeAdminsAttribute
    • AuthorizeManagersAttribute
    • AuthorizeUsersAttribute
    • AuthSeeder
    • MailHoleRoles
    • PolicyNames
  • MailHole.Api.Controllers
    • AccountsController
    • AttachementsController
    • MailsController
    • ReceiversController
  • MailHole.Api.Hangfire
    • HangfireAuthFilter
  • MailHole.Api.Models
    • CountResult
  • MailHole.Api.Models.Auth
    • AuthRequest
  • MailHole.Api.Models.Validation
    • ValidationRequest
  • MailHole.Api.UnitTests
    • UnitTest1
  • MailHole.Common
    • CleanupJob
    • MailHoleConstants
  • MailHole.Common.Auth
    • CertUtil
  • MailHole.Common.Extensions
    • ConfigExtensions
  • MailHole.Common.HangfireExtensions
    • HangfireActivator
  • MailHole.Common.Model
    • AttachementInfo
    • ReceivedMail
    • Receiver
  • MailHole.Common.Model.Auth
    • EcParamsDto
    • EcParamsDtoExtensions
  • MailHole.Common.Model.Options
    • AuthOptions
    • HangfireOptions
    • MinioOptions
    • RedisOptions
    • SmtpOptions
  • MailHole.Common.Tests.Auth
    • CertUtilTest
  • MailHole.Db
    • MailHoleDbContext
    • MailHoleDbContextFactory
  • MailHole.Db.Entities
    • Attachement
    • Mail
  • MailHole.Db.Entities.Auth
    • MailHoleRole
    • MailHoleUser
  • MailHole.Db.Migrations
    • Initial
  • MailHole.SmtpListener
    • Program
  • MailHole.SmtpListener.Extensions
    • ModelExtensions
  • MailHole.SmtpListener.IntegrationTests
    • RedisMinioStorageJobTest
  • MailHole.SmtpListener.Jobs
    • RedisMinioStoreJob
  • MailHole.SmtpListener.Persistence
    • RedisMinioMailStore
  • MailHole.SmtpListener.UnitTests
    • UnitTest1

Class AuthorizeUsersAttribute

Inheritance
System.Object
System.Attribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
AuthorizeUsersAttribute
Implements
Microsoft.AspNetCore.Authorization.IAuthorizeData
Inherited Members
Microsoft.AspNetCore.Authorization.AuthorizeAttribute.Policy
Microsoft.AspNetCore.Authorization.AuthorizeAttribute.Roles
Microsoft.AspNetCore.Authorization.AuthorizeAttribute.AuthenticationSchemes
Microsoft.AspNetCore.Authorization.AuthorizeAttribute.ActiveAuthenticationSchemes
System.Attribute.Equals(System.Object)
System.Attribute.GetHashCode()
System.Attribute.IsDefaultAttribute()
System.Attribute.Match(System.Object)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttribute(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Boolean)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type)
System.Attribute.GetCustomAttributes(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type)
System.Attribute.IsDefined(System.Reflection.Assembly, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.MemberInfo, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.Module, System.Type)
System.Attribute.IsDefined(System.Reflection.Module, System.Type, System.Boolean)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type)
System.Attribute.IsDefined(System.Reflection.ParameterInfo, System.Type, System.Boolean)
System.Attribute.TypeId
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: MailHole.Api.Auth
Assembly: MailHole.Api.dll
Syntax
[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public sealed class AuthorizeUsersAttribute : AuthorizeAttribute, IAuthorizeData

Constructors

| Improve this Doc View Source

AuthorizeUsersAttribute()

Declaration
public AuthorizeUsersAttribute()

Implements

Microsoft.AspNetCore.Authorization.IAuthorizeData
  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX