VirtualBox

Ignore:
Timestamp:
Mar 18, 2015 3:44:17 PM (10 years ago)
Author:
vboxsync
Message:

Encryption: Add a way to retrieve the encryption settings without providing the password. Returns only the used cipher and the password ID

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/idl/VirtualBox.xidl

    r54828 r54835  
    1348913489  <interface
    1349013490    name="IMedium" extends="$unknown"
    13491     uuid="edf10636-fd4f-4e24-8d24-f38a41721a00"
     13491    uuid="41e09c4f-97bf-4a1a-bf5c-c5b87f58464b"
    1349213492    wsmap="managed"
    1349313493    >
     
    1477414774      <param name="progress" type="IProgress" dir="return">
    1477514775        <desc>Progress object to track the operation completion.</desc>
     14776      </param>
     14777    </method>
     14778
     14779    <method name="getEncryptionSettings">
     14780      <desc>
     14781        Returns the encryption settings for this medium.
     14782
     14783        <result name="VBOX_E_NOT_SUPPORTED">
     14784          Encryption is not configured for this medium.
     14785        </result>
     14786      </desc>
     14787      <param name="cipher" type="wstring" dir="out">
     14788        <desc>The cipher used for encryption.</desc>
     14789      </param>
     14790      <param name="passwordId" type="wstring" dir="return">
     14791        <desc>The ID of the password when unlocking the medium.</desc>
    1477614792      </param>
    1477714793    </method>
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette