public Tpm2DuplicateRequest ( TpmHandle the_objectHandle, TpmHandle the_newParentHandle, byte the_encryptionKeyIn, SymDefObject the_symmetricAlg ) : System |
the_objectHandle |
TpmHandle |
loaded object to duplicate Auth Index: 1 Auth Role: DUP |
the_newParentHandle |
TpmHandle |
shall reference the public area of an asymmetric key Auth Index: None |
the_encryptionKeyIn |
byte |
optional symmetric encryption key The size for this key is set to zero when the TPM is to generate the key. This parameter may be encrypted. |
the_symmetricAlg |
SymDefObject |
definition for the symmetric algorithm to be used for the inner wrapper may be TPM_ALG_NULL if no inner wrapper is applied |
return |
System |
|