Inheritance: TpmStructureBase
コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public Tpm2PcrReadResponse(Tpm2PcrReadResponse the_Tpm2PcrReadResponse)
 {
     if((Object) the_Tpm2PcrReadResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     pcrUpdateCounter = the_Tpm2PcrReadResponse.pcrUpdateCounter;
     pcrSelectionOut = the_Tpm2PcrReadResponse.pcrSelectionOut;
     pcrValues = the_Tpm2PcrReadResponse.pcrValues;
 }