CmdletProvider.WriteSecurityDescriptorObject Method

Definition

Writes a Security Descriptor object to the output as a PSObject with extra data attached as notes.

public void WriteSecurityDescriptorObject (System.Security.AccessControl.ObjectSecurity securityDescriptor, string path);
Parameters
securityDescriptor
ObjectSecurity

The Security Descriptor to be written.

path
String

The path of the item from which the Security Descriptor was retrieved.