AuthorizationPolicy.Requirements Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a readonly list of IAuthorizationRequirements which must succeed for this policy to be successful.
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Authorization::IAuthorizationRequirement ^> ^ Requirements { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Authorization::IAuthorizationRequirement ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Authorization.IAuthorizationRequirement> Requirements { get; }
member this.Requirements : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Authorization.IAuthorizationRequirement>
Public ReadOnly Property Requirements As IReadOnlyList(Of IAuthorizationRequirement)