C# Class Tpm2Lib.Tpm2PcrAllocateResponse

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

Private Properties

Свойство Type Description

Méthodes publiques

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

public Copy ( ) : Tpm2PcrAllocateResponse
Résultat Tpm2PcrAllocateResponse

Tpm2PcrAllocateResponse() public méthode

public Tpm2PcrAllocateResponse ( ) : System
Résultat System

Tpm2PcrAllocateResponse() public méthode

public Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System
the_Tpm2PcrAllocateResponse Tpm2PcrAllocateResponse
Résultat System

Tpm2PcrAllocateResponse() public méthode

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