Udostępnij za pośrednictwem


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

SamlStatement Typ IList<T> zawierający instrukcje SAML skojarzone z asercją SAML.

Uwagi

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

Poniższa tabela mapuje trzy typy instrukcji SAML zdefiniowanych w specyfikacji ASSERTIONs and Protocol dla specyfikacji SAML OASIS na odpowiednie typy.

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

Dotyczy