C# Class Tpm2Lib.Tpm2DuplicateRequest

Inheritance: TpmStructureBase
Afficher le fichier Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public Copy ( ) : Tpm2DuplicateRequest
Résultat Tpm2DuplicateRequest

Tpm2DuplicateRequest() public méthode

public Tpm2DuplicateRequest ( ) : System
Résultat System

Tpm2DuplicateRequest() public méthode

public Tpm2DuplicateRequest ( Tpm2DuplicateRequest the_Tpm2DuplicateRequest ) : System
the_Tpm2DuplicateRequest Tpm2DuplicateRequest
Résultat System

Tpm2DuplicateRequest() public méthode

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
Résultat System