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 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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.