Saml2Subject.SubjectConfirmations Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.