次の方法で共有


Saml2Evidence.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 のコレクション。

適用対象