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