C# Class URSA.Security.AllowClaimAttribute

Inheritance: ClaimBasedSecurityConstraintAttribute
Afficher le fichier Open project: alien-mcl/URSA

Méthodes publiques

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

Initializes a new instance of the AllowClaimAttribute class.

Method Details

AllowClaimAttribute() public méthode

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