PSSecurityPSSnapIn Class

Definition

MshSecurityMshSnapin (or MshSecurityMshSnapinInstaller) is a class for facilitating registry of necessary information for monad security mshsnapin.

This class will be built with monad security dll

public ref class PSSecurityPSSnapIn sealed : System::Management::Automation::PSSnapIn
public sealed class PSSecurityPSSnapIn : System.Management.Automation.PSSnapIn
type PSSecurityPSSnapIn = class
    inherit PSSnapIn
Public NotInheritable Class PSSecurityPSSnapIn
Inherits PSSnapIn
Inheritance

Constructors

PSSecurityPSSnapIn()

Create an instance of this class.

Properties

Description

Get the default description string for this mshsnapin.

DescriptionResource

Get resource information for description. This is a string of format: resourceBaseName,resourceName.

Formats

Gets list of format files to be loaded for this mshsnapin.

(Inherited from PSSnapIn)
Name

Get name of this mshsnapin.

Types

Gets list of type files to be loaded for this mshsnapin.

(Inherited from PSSnapIn)
Vendor

Get the default vendor string for this mshsnapin.

VendorResource

Get resource information for vendor. This is a string of format: resourceBaseName,resourceName.

Methods

Install(IDictionary) (Inherited from PSInstaller)
Rollback(IDictionary)

Rollback this msh component

(Inherited from PSInstaller)
Uninstall(IDictionary)

Uninstall this msh component

(Inherited from PSInstaller)

Applies to