VerbsSecurity Members

Defines the security verbs that can be used to name cmdlets.

The following tables list the members exposed by the VerbsSecurity type.

Public Fields

  Name Description
public field static Block Specifies an action that restricts access to a resource.
public field static Grant Specifies an action that allows access to a resource.
public field static Protect Specifies an action that safeguards a resource from attack or loss. This field is introduced in Windows PowerShell 2.0.
public field static Revoke Specifies an action that does not allow access to a resource.
public field static Unblock Specifies an action that removes restrictions to a resource.
public field static Unprotect Specifies an action that removes safeguards from a resource that were added to prevent it from attack or loss. This field is introduced in Windows PowerShell 2.0.
Top
Public Methods

(see also Protected Methods)
 NameDescription
public methodEquals  Overloaded. (Inherited from Object)
public methodGetHashCode  (Inherited from Object)
public methodGetType  (Inherited from Object)
public methodstaticReferenceEquals  (Inherited from Object)
public methodToString  (Inherited from Object)
Top
Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top
See Also

Send comments about this topic to Microsoft.
Page view tracker