共用方式為


SamlAssertion.Statements 屬性

定義

取得與 SAML 判斷提示關聯的 SAML 陳述式集合。

public:
 property System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlStatement ^> ^ Statements { System::Collections::Generic::IList<System::IdentityModel::Tokens::SamlStatement ^> ^ get(); };
public System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement> Statements { get; }
member this.Statements : System.Collections.Generic.IList<System.IdentityModel.Tokens.SamlStatement>
Public ReadOnly Property Statements As IList(Of SamlStatement)

屬性值

型別為 IList<T>SamlStatement,其中包含與 SAML 判斷提示關聯的 SAML 陳述式。

備註

SamlAssertion 屬性為 IsReadOnly 時,即可使用 false 來設定與 SAML 關聯的 SAML 陳述式,或是將它直接新增至這個屬性傳回的集合。

下表會將三種已定義於 Assertions and Protocol for the OASIS SAML 規格之 SAML 陳述式型別分別對應至其個別型別。

陳述式型別 CLR 型別
驗證 SamlAuthenticationStatement
屬性 SamlAttributeStatement
授權決策 SamlAuthorizationDecisionStatement
定義在擴充結構描述中的陳述式 SamlStatement
定義在擴充結構描述中的主體陳述式 SamlSubjectStatement

適用於