Aracılığıyla paylaş


Saml2Subject.SubjectConfirmations Özellik

Tanım

Konunun doğrulanmasını sağlayan bilgileri içeren bir koleksiyon alır. [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)

Özellik Değeri

türünde Saml2SubjectConfirmationbir koleksiyon.

Açıklamalar

Birden fazla konu onayı sağlanırsa, herhangi birini karşılamak, onay uygulamak amacıyla konuyu onaylamak için yeterlidir.

Şunlara uygulanır