Saml2Subject.SubjectConfirmations Property

Definition

Gets a collection of Saml2SubjectConfirmation which can be used to validate and confirm the Saml2Subject. [Saml2Core, 2.4.1]

public System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmation> SubjectConfirmations { get; }
member this.SubjectConfirmations : System.Collections.Generic.ICollection<Microsoft.IdentityModel.Tokens.Saml2.Saml2SubjectConfirmation>
Public ReadOnly Property SubjectConfirmations As ICollection(Of Saml2SubjectConfirmation)

Property Value

Remarks

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

Applies to