Saml2Subject.SubjectConfirmations 属性

定义

获取包含允许将被确认主题信息的集合。 [Saml2Core, 2.4.1]

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2SubjectConfirmation ^> ^ SubjectConfirmations { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2SubjectConfirmation ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2SubjectConfirmation> SubjectConfirmations { get; }
member this.SubjectConfirmations : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2SubjectConfirmation>
Public ReadOnly Property SubjectConfirmations As Collection(Of Saml2SubjectConfirmation)

属性值

Saml2SubjectConfirmation 类型的集合。

注解

如果提供了多个主题确认,则满足其中任何一个都足以确认主题以应用断言。

适用于