IssuedTokenParametersElement.ClaimTypeRequirements Свойство

Определение

Возвращает коллекцию обязательных типов утверждений.

public:
 property System::ServiceModel::Configuration::ClaimTypeElementCollection ^ ClaimTypeRequirements { System::ServiceModel::Configuration::ClaimTypeElementCollection ^ get(); };
[System.Configuration.ConfigurationProperty("claimTypeRequirements")]
public System.ServiceModel.Configuration.ClaimTypeElementCollection ClaimTypeRequirements { get; }
[<System.Configuration.ConfigurationProperty("claimTypeRequirements")>]
member this.ClaimTypeRequirements : System.ServiceModel.Configuration.ClaimTypeElementCollection
Public ReadOnly Property ClaimTypeRequirements As ClaimTypeElementCollection

Значение свойства

Коллекция обязательных типов требований. Каждый элемент в коллекции является экземпляром класса ClaimTypeElement с заданным свойством ClaimType.

Атрибуты

Применяется к