AuthorizationManager(String) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an instance of authorization manager using specified shellID.
public:
AuthorizationManager(System::String ^ shellId);
public:
AuthorizationManager(Platform::String ^ shellId);
AuthorizationManager(std::wstring const & shellId);
public AuthorizationManager (string shellId);
new System.Management.Automation.AuthorizationManager : string -> System.Management.Automation.AuthorizationManager
Public Sub New (shellId As String)
Parameters
- shellId
- String