Claim.Properties プロパティ

Gets the collection of Properties that are name-value pairs.

名前空間: Microsoft.IdentityModel.Claims
アセンブリ: Microsoft.IdentityModel (microsoft.identitymodel.dll 中)

使用方法

    Dim instance As Claim
Dim value As IDictionary(Of String, String)

value = instance.Properties

構文

'宣言
Public Overridable ReadOnly Property Properties As IDictionary(Of String, String)
public virtual IDictionary<string,string> Properties { get; }
public:
virtual property IDictionary<String^, String^>^ Properties {
    IDictionary<String^, String^>^ get ();
}
/** @property */
public IDictionary<String,String> get_Properties ()
public function get Properties () : IDictionary<String,String>

プロパティ値

The collection of Properties.

スレッド セーフ

この型のパブリックな静的 (Visual Basic では共有) メンバーは、すべてスレッド セーフです。インスタンス メンバーはすべて、スレッド セーフであることが保証されません。

プラットフォーム

開発プラットフォーム

Windows Server 2003, Windows Vista

Target Platforms

Windows Server 2008, Windows Vista, Not tested on Windows XP

関連項目

参照

Claim クラス
Claim メンバー
Microsoft.IdentityModel.Claims 名前空間