C# Class Tpm2Lib.Tpm2RewrapResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Copy ( ) : Tpm2RewrapResponse
Tpm2RewrapResponse ( ) : System
Tpm2RewrapResponse ( Tpm2RewrapResponse the_Tpm2RewrapResponse ) : System
Tpm2RewrapResponse ( TpmPrivate the_outDuplicate, byte the_outSymSeed ) : System

Method Details

Copy() public méthode

public Copy ( ) : Tpm2RewrapResponse
Résultat Tpm2RewrapResponse

Tpm2RewrapResponse() public méthode

public Tpm2RewrapResponse ( ) : System
Résultat System

Tpm2RewrapResponse() public méthode

public Tpm2RewrapResponse ( Tpm2RewrapResponse the_Tpm2RewrapResponse ) : System
the_Tpm2RewrapResponse Tpm2RewrapResponse
Résultat System

Tpm2RewrapResponse() public méthode

public Tpm2RewrapResponse ( TpmPrivate the_outDuplicate, byte the_outSymSeed ) : System
the_outDuplicate TpmPrivate an object encrypted using symmetric key derived from outSymSeed
the_outSymSeed byte seed for a symmetric key protected by newParent asymmetric key
Résultat System