コード例 #1
0
ファイル: X_TpmDefs.cs プロジェクト: vishalishere/TSS.MSR
 public Tpm2EncryptDecryptResponse(Tpm2EncryptDecryptResponse the_Tpm2EncryptDecryptResponse)
 {
     if((Object) the_Tpm2EncryptDecryptResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     outData = the_Tpm2EncryptDecryptResponse.outData;
     ivOut = the_Tpm2EncryptDecryptResponse.ivOut;
 }