C# Class URSA.Security.ClaimBasedSecurityConstraintAttribute

Inheritance: System.Attribute
Exibir arquivo Open project: alien-mcl/URSA

Protected Methods

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

Initializes a new instance of the ClaimBasedSecurityConstraintAttribute class.

Method Details

ClaimBasedSecurityConstraintAttribute() protected method

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