Inheritance: TpmStructureBase, IAttestUnion
Ejemplo n.º 1
0
 public QuoteInfo(QuoteInfo the_QuoteInfo)
 {
     if((Object) the_QuoteInfo == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     pcrSelect = the_QuoteInfo.pcrSelect;
     pcrDigest = the_QuoteInfo.pcrDigest;
 }