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