Schreibvorgang für Zertifikatssignierung

Microsoft.Unix.SCXCert.WriteAction (WriteActionModuleType)


Dieser Schreibvorgang wird von dem Benutzer ausgeführt, der dem Konto "Microsoft.Unix.CertSigningAccount" zugeordnet ist. Wenn kein Wert für das ausführende Profil angegeben wird, wird das Standardaktionskonto verwendet. In beiden Fällen muss der Benutzer zur Administratorengruppe gehören. Andernfalls schlägt die Signierung fehl.

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>