AuthorizationOptions.GetPolicy(String) Method
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.
Returns the policy for the specified name, or null if a policy with the name does not exist.
public:
Microsoft::AspNetCore::Authorization::AuthorizationPolicy ^ GetPolicy(System::String ^ name);
C#
public Microsoft.AspNetCore.Authorization.AuthorizationPolicy GetPolicy (string name);
C#
public Microsoft.AspNetCore.Authorization.AuthorizationPolicy? GetPolicy (string name);
member this.GetPolicy : string -> Microsoft.AspNetCore.Authorization.AuthorizationPolicy
Public Function GetPolicy (name As String) As AuthorizationPolicy
- name
- String
The name of the policy to return.
The policy for the specified name, or null if a policy with the name does not exist.
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 |