C# Class Tpm2Lib.Tpm2DuplicateRequest

Inheritance: TpmStructureBase
显示文件 Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2DuplicateRequest
Tpm2DuplicateRequest ( ) : System
Tpm2DuplicateRequest ( Tpm2DuplicateRequest the_Tpm2DuplicateRequest ) : System
Tpm2DuplicateRequest ( TpmHandle the_objectHandle, TpmHandle the_newParentHandle, byte the_encryptionKeyIn, SymDefObject the_symmetricAlg ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2DuplicateRequest
return Tpm2DuplicateRequest

Tpm2DuplicateRequest() public method

public Tpm2DuplicateRequest ( ) : System
return System

Tpm2DuplicateRequest() public method

public Tpm2DuplicateRequest ( Tpm2DuplicateRequest the_Tpm2DuplicateRequest ) : System
the_Tpm2DuplicateRequest Tpm2DuplicateRequest
return System

Tpm2DuplicateRequest() public method

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