C# Class URSA.Security.ClaimBasedSecurityConstraintAttribute

Inheritance: System.Attribute
Afficher le fichier Open project: alien-mcl/URSA

Méthodes protégées

Méthode Description
ClaimBasedSecurityConstraintAttribute ( string claimType, string claimValue = null ) : System

Initializes a new instance of the ClaimBasedSecurityConstraintAttribute class.

Method Details

ClaimBasedSecurityConstraintAttribute() protected méthode

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.
Résultat System