Show / Hide Table of Contents

Class AuthorizationOptionsExtensions

Inheritance
object
AuthorizationOptionsExtensions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Microsoft.AspNetCore.Authorization
Assembly: Volo.Abp.Authorization.dll
Syntax
public static class AuthorizationOptionsExtensions

Methods

GetPoliciesNames(AuthorizationOptions)

Declaration
public static List<string> GetPoliciesNames(this AuthorizationOptions options)
Parameters
Type Name Description
AuthorizationOptions options
Returns
Type Description
List<string>
In this article
Back to top Powered by Volosoft