AuthorizationOptions.GetPolicy(String) Method   
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.
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);
	public Microsoft.AspNetCore.Authorization.AuthorizationPolicy GetPolicy(string name);
	public Microsoft.AspNetCore.Authorization.AuthorizationPolicy? GetPolicy(string name);
	member this.GetPolicy : string -> Microsoft.AspNetCore.Authorization.AuthorizationPolicy
	Public Function GetPolicy (name As String) As AuthorizationPolicy
	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.