Aracılığıyla paylaş


SamlAdvice.Assertions Özellik

Tanım

SAML onayları 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

SAML IList<T> onayları için ek bilgi sağlayan SAML onaylarını içeren bir tür SamlAssertion .

Açıklamalar

özelliği, AssertionIdReferences OASIS SAML 1.1 belirtimi için Onaylar ve Protokol'de tanımlanan öğenin alt öğesine <saml:Advice> karşılık gelir<saml:Assertion>.

özelliğinin IsReadOnly değeri olduğunda trueözelliğinden Assertions döndürülen koleksiyon salt okunur olur.

Şunlara uygulanır