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