SessionSecurityToken.Id 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得此權杖的唯一識別碼。
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
屬性值
權杖識別碼。
備註
類別會將 SessionSecurityTokenHandler 這個屬性串行化為 Id
項目的 屬性 <wsc:SecurityContextToken>
。 如需詳細資訊,請參閱 方法的檔 SessionSecurityTokenHandler.WriteToken 。