KerberosSecurityTokenProvider.TokenImpersonationLevel プロパティ

定義

クライアントの代わりに KerberosRequestorSecurityToken セキュリティ トークンの受信者が操作できるレベルを指定する値を取得します。

public:
 property System::Security::Principal::TokenImpersonationLevel TokenImpersonationLevel { System::Security::Principal::TokenImpersonationLevel get(); };
public System.Security.Principal.TokenImpersonationLevel TokenImpersonationLevel { get; }
member this.TokenImpersonationLevel : System.Security.Principal.TokenImpersonationLevel
Public ReadOnly Property TokenImpersonationLevel As TokenImpersonationLevel

プロパティ値

クライアントの代わりに TokenImpersonationLevel セキュリティ トークンの受信者が操作できるレベルを指定する KerberosRequestorSecurityToken

注釈

TokenImpersonationLevel プロパティは、Identification または Impersonation のどちらかにする必要があります。

適用対象