SessionSecurityToken.EndpointId プロパティ

定義

このトークンのスコープが設定されているエンドポイントの ID を取得します。

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

プロパティ値

エンドポイントの ID。

注釈

重要

プロパティが のEndpointIdnull場合、セッション トークンは クラスによってSessionSecurityTokenHandlerグローバルスコープとして扱われます。 これにより、潜在的なセキュリティ リスクが発生する可能性があります。

適用対象