Saml2Subject.SubjectConfirmations Właściwość

Definicja

Pobiera kolekcję zawierającą informacje, które umożliwiają potwierdzenie tematu. [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)

Wartość właściwości

Collection<Saml2SubjectConfirmation>

Kolekcja typu Saml2SubjectConfirmation .

Uwagi

Jeśli podano więcej niż jedno potwierdzenie podmiotu, spełnienie jednego z nich wystarczy do potwierdzenia podmiotu na potrzeby zastosowania potwierdzenia.

Dotyczy