NameAuthorizationRequirement(String) Constructor
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.
Constructs a new instance of NameAuthorizationRequirement.
public:
NameAuthorizationRequirement(System::String ^ requiredName);
public NameAuthorizationRequirement (string requiredName);
new Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement : string -> Microsoft.AspNetCore.Authorization.Infrastructure.NameAuthorizationRequirement
Public Sub New (requiredName As String)
Parameters
- requiredName
- String
The required name that the current user must have.