C# Class Tpm2Lib.Tpm2RewrapResponse

Inheritance: TpmStructureBase
Mostra file Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2RewrapResponse
Tpm2RewrapResponse ( ) : System
Tpm2RewrapResponse ( Tpm2RewrapResponse the_Tpm2RewrapResponse ) : System
Tpm2RewrapResponse ( TpmPrivate the_outDuplicate, byte the_outSymSeed ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2RewrapResponse
return Tpm2RewrapResponse

Tpm2RewrapResponse() public method

public Tpm2RewrapResponse ( ) : System
return System

Tpm2RewrapResponse() public method

public Tpm2RewrapResponse ( Tpm2RewrapResponse the_Tpm2RewrapResponse ) : System
the_Tpm2RewrapResponse Tpm2RewrapResponse
return System

Tpm2RewrapResponse() public method

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
return System