AuthorizationManager(String) Constructor

Definition

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

Applies to