Свойство | Тип | Описание |
---|
Метод | Описание | |
---|---|---|
Copy ( ) : |
||
Tpm2PcrAllocateResponse ( ) : System | ||
Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System | ||
Tpm2PcrAllocateResponse ( byte the_allocationSuccess, uint the_maxPCR, uint the_sizeNeeded, uint the_sizeAvailable ) : System |
public Tpm2PcrAllocateResponse ( ) : System | ||
Результат | System |
public Tpm2PcrAllocateResponse ( Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse ) : System | ||
the_Tpm2PcrAllocateResponse | Tpm2PcrAllocateResponse | |
Результат | System |
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. |
Результат | System |