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。

適用於