C# Class URSA.Security.AllowClaimAttribute

Inheritance: ClaimBasedSecurityConstraintAttribute
Mostrar archivo Open project: alien-mcl/URSA

Public Methods

Method Description
AllowClaimAttribute ( string claimType, string claimValue = null ) : System

Initializes a new instance of the AllowClaimAttribute class.

Method Details

AllowClaimAttribute() public method

Initializes a new instance of the AllowClaimAttribute class.
public AllowClaimAttribute ( string claimType, string claimValue = null ) : System
claimType string Type of the claim.
claimValue string The claim value.
return System