Aracılığıyla paylaş


Saml2Assertion.Statements Özellik

Tanım

Bu onayda yapılan konuyla ilgili deyimleri içeren bir koleksiyon alır.

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)

Özellik Değeri

Bu onay için deyimleri içeren bir tür Saml2Statement koleksiyonu.

Açıklamalar

Bu koleksiyondaki öğeler, aşağıdaki SAML öğelerinin her birini temsil etmek için , Saml2AuthenticationStatementve/veya Saml2AuthorizationDecisionStatement türünde Saml2AttributeStatementolabilir: AttributeStatement, AuthnStatement ve AuthzDecisionStatement.

Şunlara uygulanır