Inheritance: TpmStructureBase, IAttestUnion
Ejemplo n.º 1
0
 public SessionAuditInfo(SessionAuditInfo the_SessionAuditInfo)
 {
     if((Object) the_SessionAuditInfo == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     exclusiveSession = the_SessionAuditInfo.exclusiveSession;
     sessionDigest = the_SessionAuditInfo.sessionDigest;
 }