C# Класс URSA.Security.AllowClaimAttribute

Наследование: ClaimBasedSecurityConstraintAttribute
Показать файл Открыть проект

Открытые методы

Метод Описание
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