共用方式為


Saml2Advice.Assertions 屬性

定義

取得以傳值方式指定之判斷提示的集合。

public:
 property System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Assertion ^> ^ Assertions { System::Collections::ObjectModel::Collection<System::IdentityModel::Tokens::Saml2Assertion ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Assertion> Assertions { get; }
member this.Assertions : System.Collections.ObjectModel.Collection<System.IdentityModel.Tokens.Saml2Assertion>
Public ReadOnly Property Assertions As Collection(Of Saml2Assertion)

屬性值

Saml2Assertion 型別的集合,其中包含判斷提示。

備註

此 Advice 元素中包含的 Assertion 元素內容。

適用於