RunspaceConfiguration.AuthorizationManager Property
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.
Gets the authorization manager to be used for runspace.
public:
virtual property System::Management::Automation::AuthorizationManager ^ AuthorizationManager { System::Management::Automation::AuthorizationManager ^ get(); };
public virtual System.Management.Automation.AuthorizationManager AuthorizationManager { get; }
member this.AuthorizationManager : System.Management.Automation.AuthorizationManager
Public Overridable ReadOnly Property AuthorizationManager As AuthorizationManager
Property Value
Remarks
RunspaceConfiguration derived class can override this member to provide its own authorization manager for monad engine.