共用方式為


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 的集合。

備註

如果提供一個以上的主體確認,則滿足其中任一個主體就足以確認主體以套用判斷提示的目的。

適用於