PSSessionConfigurationCommandBase.SecurityDescriptorSddl Property
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.
This enables the user to specify an SDDL on the shell. The default SDDL is the default used by Wsman.
public:
property System::String ^ SecurityDescriptorSddl { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SecurityDescriptorSddl { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SecurityDescriptorSddl { get; set; }
[System.Management.Automation.Parameter]
public string SecurityDescriptorSddl { get; set; }
member this.SecurityDescriptorSddl : string with get, set
[<System.Management.Automation.Parameter>]
member this.SecurityDescriptorSddl : string with get, set
Public Property SecurityDescriptorSddl As String
Property Value
- Attributes