VerbsSecurity Class
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.
Verbs that are commonly used in cmdlet names when the cmdlet is used to secure a resource.
public ref class VerbsSecurity abstract sealed
public static class VerbsSecurity
type VerbsSecurity = class
Public Class VerbsSecurity
- Inheritance
-
VerbsSecurity
Remarks
These verbs are recommended over their synonyms when used as the verb name for cmdlets.
Fields
Block |
Prevent access to or usage of a resource. |
Grant |
Gives access to a resource. |
Protect |
Guard a resource from attack or loss. |
Revoke |
Removes access to a resource. |
Unblock |
Allow access to or usage of a resource. |
Unprotect |
Remove guards from a resource that prevent it from attack or loss. |