Aracılığıyla paylaş


SamlEvidence.Assertions Özellik

Tanım

SAML yetkilisinin yetkilendirme kararını vermek için bağlı olduğu kanıtı oluşturan SAML onaylarının koleksiyonunu alır.

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ Assertions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion>
Public ReadOnly Property Assertions As IList(Of SamlAssertion)

Özellik Değeri

IList<T> SAML yetkilisinin yetkilendirme kararını vermek için bağlı olduğu kanıtı içeren türSamlAssertion.

Açıklamalar

özelliği, AssertionIdReferences OASIS Güvenlik Onaylama İşaretleme Dili (SAML) belirtimi için Onaylar ve Protokol'de tanımlanan öğeye karşılık gelir <saml:Assertion> .

Şunlara uygulanır