C# 클래스 URSA.Security.AllowClaimAttribute

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

공개 메소드들

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

Initializes a new instance of the AllowClaimAttribute class.

메소드 상세

AllowClaimAttribute() 공개 메소드

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