ApplicationAccessControlAttribute.Authentication プロパティ
アセンブリ: System.EnterpriseServices (system.enterpriseservices.dll 内)
構文Public Property Authentication As AuthenticationOption
Dim instance As ApplicationAccessControlAttribute Dim value As AuthenticationOption value = instance.Authentication instance.Authentication = value
public AuthenticationOption Authentication { get; set; }
public: property AuthenticationOption Authentication { AuthenticationOption get (); void set (AuthenticationOption value); }
/** @property */ public AuthenticationOption get_Authentication () /** @property */ public void set_Authentication (AuthenticationOption value)
public function get Authentication () : AuthenticationOption public function set Authentication (value : AuthenticationOption)
AuthenticationOption 値の 1 つ。
使用例' Set component access controls. <Assembly: ApplicationAccessControl(Authentication:=AuthenticationOption.Privacy, ImpersonationLevel:=ImpersonationLevelOption.Identify, AccessChecksLevel:=AccessChecksLevelOption.ApplicationComponent)>
// Set component access controls. [assembly: ApplicationAccessControl(Authentication=AuthenticationOption.Privacy, ImpersonationLevel=ImpersonationLevelOption.Identify , AccessChecksLevel=AccessChecksLevelOption.ApplicationComponent)]
.NET Framework のセキュリティ
プラットフォームWindows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
バージョン情報
参照ApplicationAccessControlAttribute クラス
ApplicationAccessControlAttribute メンバ
System.EnterpriseServices 名前空間
- ApplicationAccessControlAttribute.Authentication プロパティのページへのリンク