SecurityDescriptorCommandsBase.GetCentralAccessPolicyId(PSObject) Method
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.
Gets the central access policy ID of the provided PSObject.
public:
static System::Security::Principal::SecurityIdentifier ^ GetCentralAccessPolicyId(System::Management::Automation::PSObject ^ instance);
public static System.Security.Principal.SecurityIdentifier GetCentralAccessPolicyId (System.Management.Automation.PSObject instance);
static member GetCentralAccessPolicyId : System.Management.Automation.PSObject -> System.Security.Principal.SecurityIdentifier
Public Shared Function GetCentralAccessPolicyId (instance As PSObject) As SecurityIdentifier
Parameters
- instance
- PSObject
The PSObject for which to obtain the central access policy ID.
Returns
The central access policy ID of the provided PSObject.