SecurityDescriptorCmdletProviderIntrinsics Class

Definition

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.

Applies to