SecurityDescriptorCmdletProviderIntrinsics Class

Definition

Provides the *-SecurityDescriptor noun for the cmdlet providers.

public sealed 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.