C# Class Tpm2Lib.Tpm2PcrAllocateResponse

Inheritance: TpmStructureBase
Mostrar archivo Open project: Microsoft/TSS.MSR Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
Copy ( ) : Tpm2PcrAllocateResponse
Tpm2PcrAllocateResponse ( ) : System
Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System

Method Details

Copy() public method

public Copy ( ) : Tpm2PcrAllocateResponse
return Tpm2PcrAllocateResponse

Tpm2PcrAllocateResponse() public method

public Tpm2PcrAllocateResponse ( ) : System
return System

Tpm2PcrAllocateResponse() public method

public Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
the_Tpm2PcrAllocateResponse Tpm2PcrAllocateResponse
return System

Tpm2PcrAllocateResponse() public method

public Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System
the_allocationSuccess byte YES if the allocation succeeded
the_maxPCR uint maximum number of PCR that may be in a bank
the_sizeNeeded uint number of octets required to satisfy the request
the_sizeAvailable uint Number of octets available. Computed before the allocation.
return System