Saml2Assertion.Statements Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém uma coleção que contém as instruções sobre o assunto feitas nessa declaraçã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 da propriedade
Uma coleção de tipos Saml2Statement que contém as instruções para essa declaração.
Comentários
Os elementos nesta coleção podem ser do tipo Saml2AttributeStatement, Saml2AuthenticationStatemente/ou Saml2AuthorizationDecisionStatement representar cada um dos seguintes elementos SAML: AttributeStatement, AuthnStatement e AuthzDecisionStatement.