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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.