C# 클래스 Microsoft.Tools.WindowsInstaller.PowerShell.SidAttribute

상속: System.Management.Automation.ArgumentTransformationAttribute
파일 보기 프로젝트 열기: heaths/psmsi 1 사용 예제들

공개 메소드들

메소드 설명
Transform ( System.Management.Automation.EngineIntrinsics engineIntrinsics, object inputData ) : object

Transforms user account identifiers to security identifiers.

비공개 메소드들

메소드 설명
TryParseUsername ( string username, string &sddl ) : bool

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

메소드 상세

Transform() 공개 메소드

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.
리턴 object