Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 public Tpm2PcrAllocateResponse(Tpm2PcrAllocateResponse the_Tpm2PcrAllocateResponse)
 {
     if((Object) the_Tpm2PcrAllocateResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     allocationSuccess = the_Tpm2PcrAllocateResponse.allocationSuccess;
     maxPCR = the_Tpm2PcrAllocateResponse.maxPCR;
     sizeNeeded = the_Tpm2PcrAllocateResponse.sizeNeeded;
     sizeAvailable = the_Tpm2PcrAllocateResponse.sizeAvailable;
 }