SessionSecurityToken.Id プロパティ

定義

このトークンの一意の識別子を取得します。

public:
 virtual property System::String ^ Id { System::String ^ get(); };
public override string Id { get; }
member this.Id : string
Public Overrides ReadOnly Property Id As String

プロパティ値

トークン ID。

注釈

クラスはSessionSecurityTokenHandler、このプロパティを 要素のId<wsc:SecurityContextToken>属性としてシリアル化します。 詳細については、 メソッドのドキュメントを SessionSecurityTokenHandler.WriteToken 参照してください。

適用対象