次の方法で共有


SamlSecurityToken.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

プロパティ値

セキュリティ トークンの一意識別子。

注釈

SamlSecurityToken セキュリティ トークンを XML にシリアル化すると、Id 属性の値は Id プロパティの値に設定されます。

適用対象