InitialSessionState.AuthorizationManager Property

Definition

Specifies the authorization manager to be used for this session state instance. If no authorization manager is specified, then the default authorization manager for PowerShell will be used which checks the ExecutionPolicy before running a command.

public:
 virtual property System::Management::Automation::AuthorizationManager ^ AuthorizationManager { System::Management::Automation::AuthorizationManager ^ get(); void set(System::Management::Automation::AuthorizationManager ^ value); };
public virtual System.Management.Automation.AuthorizationManager AuthorizationManager { get; set; }
member this.AuthorizationManager : System.Management.Automation.AuthorizationManager with get, set
Public Overridable Property AuthorizationManager As AuthorizationManager

Property Value

Applies to