C# Class Tpm2Lib.Tpm2RewrapRequest

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2RewrapRequest
Tpm2RewrapRequest ( ) : System
Tpm2RewrapRequest ( Tpm2RewrapRequest the_Tpm2RewrapRequest ) : System
Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2RewrapRequest
Résultat Tpm2RewrapRequest

Tpm2RewrapRequest() public méthode

public Tpm2RewrapRequest ( ) : System
Résultat System

Tpm2RewrapRequest() public méthode

public Tpm2RewrapRequest ( Tpm2RewrapRequest the_Tpm2RewrapRequest ) : System
the_Tpm2RewrapRequest Tpm2RewrapRequest
Résultat System

Tpm2RewrapRequest() public méthode

public Tpm2RewrapRequest ( TpmHandle the_oldParent, TpmHandle the_newParent, TpmPrivate the_inDuplicate, byte the_name, byte the_inSymSeed ) : System
the_oldParent TpmHandle parent of object Auth Index: 1 Auth Role: User
the_newParent TpmHandle new parent of the object Auth Index: None
the_inDuplicate TpmPrivate an object encrypted using symmetric key derived from inSymSeed
the_name byte the Name of the object being rewrapped
the_inSymSeed byte the seed for the symmetric key and HMAC key needs oldParent private key to recover the seed and generate the symmetric key
Résultat System