Help topic for AuthenticationManager.Unregister method is not complete (821784)
The information in this article applies to:
- Microsoft Visual Studio .NET (2003), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2003), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2003), Professional Edition
- Microsoft Visual Studio .NET (2003), Academic Edition
- Microsoft .NET Framework 1.1
- Microsoft .NET Framework 1.0
- Microsoft Visual Studio .NET (2002), Enterprise Architect Edition
- Microsoft Visual Studio .NET (2002), Enterprise Developer Edition
- Microsoft Visual Studio .NET (2002), Professional Edition
- Microsoft Visual Studio .NET (2002), Academic Edition
SUMMARYIn the Microsoft .NET Framework Class Library documentation,
the content in the Microsoft Help topic for AuthenticationManager.Unregister method is not complete. For more information, visit the
following Microsoft Developer Network (MSDN) Web site: MORE INFORMATIONThe existing documentation states: Removes authentication modules from the list of registered
modules. The existing documentation should also include the following
information: You can call the AuthenticationManager.Unregister method from your application only if you set the trust level of
your application to Full Trust. To do so, run your application from a security zone that has the
level of trust set to Full Trust, or set the level of trust for the security zone where your
application belongs to Full Trust. To set the level of trust for the security zone where your
application belongs, follow these steps: Microsoft Windows 2000- Click Start, and then point to
Programs.
- For the Microsoft .NET Framework 1.1, point to
Administrative Tools, and then click Microsoft .NET
Framework 1.1 Configuration. For the Microsoft .NET Framework 1.0,
point to Administrative Tools, and then click
Microsoft .NET Framework Configuration.
- In the left pane, expand Runtime Security
Policy.
- In the right pane, click the Adjust Zone
Security link.
- Click to select the Make changes to this
computer check box, or click to select the Make changes for
the current user only check box, and then click
Next.
- Select the security zone where your application belongs.
For example, if your application belongs to the My Computer security zone,
select My Computer.
- Drag the vertical slider to set the level of trust to
Full Trust, and then click Next.
- Click Finish to update the settings for
the security zone where your application belongs.
Microsoft Windows XP- Click Start, and then click
Control Panel.
- Click the Performance and Maintenance
link, and then click the Administrative Tools link.
- For the Microsoft .NET Framework 1.1, double-click
Microsoft .NET Framework 1.1 Configuration. For the Microsoft
.NET Framework 1.0, double-click Microsoft .NET Framework
Configuration.
- In the left pane, expand Runtime Security
Policy.
- In the right pane, click the Adjust Zone
Security link.
- Click to select the Make changes to this
computer check box, or click to select the Make changes for
the current user only check box, and then click
Next.
- Select the security zone where your application belongs.
For example, if your application belongs to the My Computer security zone,
select My Computer.
- Drag the vertical slider to set the level of trust to
Full Trust, and then click Next.
- Click Finish to update the settings for
the security zone where your application belongs.
Microsoft Windows Server 2003- Click Start, and then point to
Administrative Tools.
- For the Microsoft .NET Framework 1.1, click
Microsoft .NET Framework 1.1 Configuration. For the Microsoft
.NET Framework 1.0, click Microsoft .NET Framework
Configuration.
- In the left pane, expand Runtime Security
Policy.
- In the right pane, click the Adjust Zone
Security link.
- Click to select Make changes to this
computer, or click to select the Make changes for the current
user only check box, and then click Next.
- Select the security zone where your application belongs.
For example, if your application belongs to the My Computer security zone,
select My Computer.
- Drag the vertical slider to set the level of trust to
Full Trust, and then click Next.
- Click Finish to update the settings for
the security zone where your application belongs.
Note In Visual Studio .NET 2003, if you call the AuthenticationManager.Unregister method from your application when your application does not have Full Trust, you may receive the following error message: An unhandled exception of type 'System.Security.SecurityException'
occurred in Mscorlib.dll Additional information: Request for the permission
of type System.Security.Permissions.SecurityPermission, mscorlib,
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
failed. In Visual Studio .NET 2002, if you call the AuthenticationManager.Unregister method from your application when your application does not have Full Trust, you may receive the following error message: An unhandled exception of type 'System.Security.SecurityException'
occurred in Mscorlib.dll Additional information: Request for the permission
of type System.Security.Permissions.SecurityPermission, mscorlib,
Version=1.0.3300.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
failed.
| Modification Type: | Minor | Last Reviewed: | 3/3/2006 |
|---|
| Keywords: | kbvs2005applies kbvs2005doesnotapply kbvs2002sp1sweep kbSecurity kbSDK kbpolicy kbMiscTools kbConfig kbAuthentication kbDocs kbProgramming kbdocfix kbdocerr kbBug KB821784 kbAudDeveloper |
|---|
|
|
|
©2004 Microsoft Corporation. All rights reserved.
|
|