Class MySimpleAuthorizedService
Inheritance
object
MySimpleAuthorizedService
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.Authorization.TestServices
Assembly: Volo.Abp.Authorization.Tests.dll
Syntax
[Authorize]
public class MySimpleAuthorizedService : IMySimpleAuthorizedService, ITransientDependency
Constructors
MySimpleAuthorizedService()
Declaration
public MySimpleAuthorizedService()
Methods
AnonymousAsync()
Declaration
[AllowAnonymous]
public Task<int> AnonymousAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
ProtectedByClassAsync()
Declaration
public Task<int> ProtectedByClassAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |