Saml2Assertion.Statements 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得包含有關此判斷提示中所建立主題之陳述式的集合。
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)
屬性值
Saml2Statement 型別的集合,其中包含這個判斷提示的陳述式。
備註
這個集合中的元素可以是 類型 Saml2AttributeStatement、 Saml2AuthenticationStatement、 和/或 Saml2AuthorizationDecisionStatement ,代表下列每個SAML元素:AttributeStatement、AuthnStatement和 AuthzDecisionStatement。