SecurityIdentity 類別

定義

包含關於 COM+ 呼叫鏈結中識別的資訊。

public ref class SecurityIdentity sealed
public sealed class SecurityIdentity
type SecurityIdentity = class
Public NotInheritable Class SecurityIdentity
繼承
SecurityIdentity

備註

您不會以程式設計方式建立新的實例。 相反地,您會從 SecurityCallContextSecurityCallers取得新的實例。

屬性

AccountName

取得這個識別所描述的使用者名稱。

AuthenticationLevel

取得這個識別所描述的使用者驗證等級。

AuthenticationService

取得這個識別所描述的驗證服務。

ImpersonationLevel

取得這個識別所描述的使用者模擬等級。

方法

Equals(Object)

判斷指定的物件是否等於目前的物件。

(繼承來源 Object)
GetHashCode()

做為預設雜湊函式。

(繼承來源 Object)
GetType()

取得目前執行個體的 Type

(繼承來源 Object)
MemberwiseClone()

建立目前 Object 的淺層複製。

(繼承來源 Object)
ToString()

傳回代表目前物件的字串。

(繼承來源 Object)

適用於