AuthenticationPlugin.Status Property

Returns a Long value specifying the current status of the Authentication plug-in.

Syntax

NSUnicastMgr.AuthenticationPlugins[.Item].Status

Remarks

The value returned by this property is a combination of the following:

Value Mnemonic Description
1 NSOADM_PLUGIN_ERROR Indicates a fatal error occurred and the plug-in could not be loaded.
2 NSOADM_PLUGIN_LOADED Indicates the plug-in loaded successfully.
4 NSOADM_PLUGIN_ENABLED Indicates the plug-in is enabled (i.e. it will be used by the server).
8 NSOADM_PLUGIN_RUNNING Indicates the plug-in is up and running successfully.
10 NSOADM_PLUGIN_LOAD_NEXT_RESTART Indicates the plug-in will be enabled when the server is restarted.
20 NSOADM_PLUGIN_UNLOAD_NEXT_RESTART Indicates the plug-in will be unloaded when the server is restarted.

© 1996-1998 Microsoft Corporation. All rights reserved.