AuthorizationOptions.GetPolicy(String) Method

Definition

Returns the policy for the specified name, or null if a policy with the name does not exist.

C#
public Microsoft.AspNetCore.Authorization.AuthorizationPolicy GetPolicy (string name);
C#
public Microsoft.AspNetCore.Authorization.AuthorizationPolicy? GetPolicy (string name);

Parameters

name
String

The name of the policy to return.

Returns

The policy for the specified name, or null if a policy with the name does not exist.

Applies to

Tuote Versiot
ASP.NET Core 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0