Saml2Assertion.Statements Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém uma coleção que contém as declarações relativas ao assunto feitas nesta afirmação.
public:
property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ Statements { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Statement ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement> Statements { get; }
member this.Statements : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Statement>
Public ReadOnly Property Statements As Collection(Of Saml2Statement)
Valor de Propriedade
Uma coleção de tipos Saml2Statement que contém as afirmações para esta afirmação.
Observações
Os elementos desta coleção podem ser do tipo Saml2AttributeStatement, Saml2AuthenticationStatement, e/ou Saml2AuthorizationDecisionStatement representar cada um dos seguintes elementos SAML: AttributeStatement, AuthnStatement e AuthzDecisionStatement.