SamlAssertion.Statements Właściwość

Definicja

Pobiera zestaw instrukcji SAML skojarzonych z asercją SAML.

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

Wartość właściwości

IList<SamlStatement>

IList<T>Typ, SamlStatement który zawiera instrukcje SAML skojarzone z asercją SAML.

Uwagi

Użyj obiektu , aby ustawić instrukcje SAML skojarzone z asercją SAML lub dodać je bezpośrednio do kolekcji zwracanych przez tę właściwość, SamlAssertion gdy właściwość ma wartość IsReadOnly false .

W poniższej tabeli mapuje się trzy typy instrukcji SAML zdefiniowanych w specyfikacji Assertions and Protocol dla specyfikacji SAML DLA ICH odpowiednich typów.

Typ instrukcji Typ CLR
Authentication SamlAuthenticationStatement
Atrybut SamlAttributeStatement
Decyzja o autoryzacji SamlAuthorizationDecisionStatement
Instrukcja zdefiniowana w schemacie rozszerzenia SamlStatement
Instrukcja podmiotu zdefiniowana w schemacie rozszerzenia SamlSubjectStatement

Dotyczy