Edit

Share via


Saml2Subject.SubjectConfirmations Property

Definition

Gets a collection that contains information that allows the subject to be confirmed. [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)

Property Value

A collection of type Saml2SubjectConfirmation.

Remarks

If more than one subject confirmation is provided, then satisfying any one of them is sufficient to confirm the subject for the purpose of applying the assertion.

Applies to