Certificate Signing Write Action

Microsoft.Unix.SCXCert.WriteAction (WriteActionModuleType)


Runs as the user associated with the Microsoft.Unix.CertSigningAccount.
If this Run As Profile is not populated it falls back to the Default Action Account.
In either case the user must be member of the Administrators group or the signing will fail.

Element properties:

TypeWriteActionModuleType
IsolationOwnProcess
AccessibilityPublic
RunAsMicrosoft.Unix.CertSigningAccount
InputTypeSystem.BaseData
OutputTypeSystem.BaseData

Source Code:

<WriteActionModuleType ID="Microsoft.Unix.SCXCert.WriteAction" RunAs="Microsoft.Unix.CertSigningAccount" Accessibility="Public">
<Configuration>
<xsd:element name="Certificate" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="OwnProcess">
<Native>
<ClassID>337D20A9-AC4B-4900-A734-EDDD85BC1828</ClassID>
</Native>
</ModuleImplementation>
<OutputType>System!System.BaseData</OutputType>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>