C# Class Microsoft.Tools.WindowsInstaller.PowerShell.SidAttribute

Inheritance: System.Management.Automation.ArgumentTransformationAttribute
Mostrar archivo Open project: heaths/psmsi Class Usage Examples

Public Methods

Method Description
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object

Transforms user account identifiers to security identifiers.

Private Methods

Method Description
TryParseUsername ( string username, string &sddl ) : bool

Tries to parse the string as a username to get the SDDL format of a SID.

Method Details

Transform() public method

Transforms user account identifiers to security identifiers.
public Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object
engineIntrinsics System.Management.Automation.EngineIntrinsics Provides access to the APIs for managing the transformation context.
inputData object The parameter argument that is to be transformed.
return object