SecurityDescriptorCmdletProviderIntrinsics 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.
Provides the *-SecurityDescriptor noun for the cmdlet providers.
public ref class SecurityDescriptorCmdletProviderIntrinsics sealed
public sealed class SecurityDescriptorCmdletProviderIntrinsics
type SecurityDescriptorCmdletProviderIntrinsics = class
Public NotInheritable Class SecurityDescriptorCmdletProviderIntrinsics
- Inheritance
-
SecurityDescriptorCmdletProviderIntrinsics
Methods
Get(String, AccessControlSections) |
Gets the SecurityDescriptor at the specified path, including only the specified AccessControlSections. |
NewFromPath(String, AccessControlSections) |
Creates a new SecurityDescriptor from the item at the specified path, including only the specified AccessControlSections. |
NewOfType(String, String, AccessControlSections) |
Creates a new SecurityDescriptor from the specified provider and of the given type, including only the specified AccessControlSections. |
Set(String, ObjectSecurity) |
Sets the provided SecurityDescriptor at the specified path. |