SamlAdvice.Assertions Özellik
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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.