C# 클래스 URSA.Security.ClaimBasedSecurityConstraintAttribute

상속: System.Attribute
파일 보기 프로젝트 열기: alien-mcl/URSA

보호된 메소드들

메소드 설명
ClaimBasedSecurityConstraintAttribute ( string claimType, string claimValue = null ) : System

Initializes a new instance of the ClaimBasedSecurityConstraintAttribute class.

메소드 상세

ClaimBasedSecurityConstraintAttribute() 보호된 메소드

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.
리턴 System