Saml2Assertion.Statements Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene una colección que contiene las instrucciones relativas al asunto realizado en esta aserción.
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 propiedad
Colección de tipo Saml2Statement que contiene las instrucciones para esta aserción.
Comentarios
Los elementos de esta colección pueden ser de tipo Saml2AttributeStatement, Saml2AuthenticationStatementy/o Saml2AuthorizationDecisionStatement para representar cada uno de los siguientes elementos SAML: AttributeStatement, AuthnStatement y AuthzDecisionStatement.