SamlEvidence.Assertions Propriedade
Definição
Obtém a coleção de declarações SAML que compõem a evidência na qual a autoridade SAML confiou para renderizar a decisão de autorização.Gets the collection of SAML assertions that comprise the evidence that the SAML authority relied on to render the authorization decision.
public:
property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ Assertions { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlAssertion ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion> Assertions { get; }
member this.Assertions : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlAssertion>
Public ReadOnly Property Assertions As IList(Of SamlAssertion)
Valor da propriedade
Um IList<T> do tipo SamlAssertion que contém a evidência na qual a autoridade SAML confiou para renderizar a decisão de autorização.An IList<T> of type SamlAssertion that contains the evidence that the SAML authority relied on to render the authorization decision.
Comentários
A AssertionIdReferences propriedade corresponde ao <saml:Assertion> elemento que é definido nas asserções e no protocolo para a especificação de Security ASSERTION MARKUP Language do Oasis (SAML).The AssertionIdReferences property corresponds to the <saml:Assertion> element that is defined in the Assertions and Protocol for the OASIS Security Assertion Markup Language (SAML) specification.