次の方法で共有


AuthorizationContext.Id プロパティ

定義

この AuthorizationContext オブジェクトの一意の識別子を取得します。

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

プロパティ値

AuthorizationContext オブジェクト。

実装

Id

注釈

通常、Id プロパティは GUID です。

適用対象