Class MyAuthorizedService1
Inheritance
object
MyAuthorizedService1
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("MyAuthorizedService1")]
public class MyAuthorizedService1 : IMyAuthorizedService1, ITransientDependency
Constructors
MyAuthorizedService1()
Declaration
public MyAuthorizedService1()
Methods
Anonymous()
Declaration
[AllowAnonymous]
public virtual Task<int> Anonymous()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
AnonymousAsync()
Declaration
[AllowAnonymous]
public virtual Task<int> AnonymousAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
ProtectedByClass()
Declaration
public virtual Task<int> ProtectedByClass()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |
ProtectedByClassAsync()
Declaration
public virtual Task<int> ProtectedByClassAsync()
Returns
| Type | Description |
|---|---|
| System.Threading.Tasks.Task<TResult><int> |