Changeset 98964 in vbox for trunk/src/VBox/Main/idl
- Timestamp:
- Mar 14, 2023 2:40:37 PM (23 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/idl/VirtualBox.xidl
r98793 r98964 6307 6307 uuid="d134c6b6-4479-430d-bb73-68a452ba3e67" 6308 6308 wsmap="managed" 6309 reservedMethods=" 10" reservedAttributes="5"6309 reservedMethods="9" reservedAttributes="5" 6310 6310 > 6311 6311 <desc> … … 6451 6451 in the signature databases. 6452 6452 </desc> 6453 </method> 6454 6455 <method name="addSignatureToMok"> 6456 <desc> 6457 Convenience method to add a new entry to the MOK (Machine Owner Key) signature database. 6458 </desc> 6459 <param name="signature" type="octet" safearray="yes" dir="in"> 6460 <desc>The signature to add.</desc> 6461 </param> 6462 <param name="owner" type="uuid" mod="string" dir="in"> 6463 <desc>UUID of the signature owner.</desc> 6464 </param> 6465 <param name="signatureType" type="SignatureType" dir="in"> 6466 <desc>Type of the signature.</desc> 6467 </param> 6453 6468 </method> 6454 6469
Note:
See TracChangeset
for help on using the changeset viewer.