다음을 통해 공유


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 형식의 컬렉션입니다.

설명

둘 이상의 주체 확인이 제공되면 해당 주체 중 하나를 만족시키는 것으로 어설션을 적용할 목적으로 주제를 확인하는 것으로 충분합니다.

적용 대상