Microsoft SDK for Java

installStandardSecurity

This method of the StandardSecurityManager Class creates a new StandardSecurityManager and installs it as the active security manager.

Syntax

public static void installStandardSecurity();

Exceptions

SecurityException if a security manager is already installed.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.