Inheritance: TpmStructureBase
Example #1
0
 ///<param name = "the_pcrProperty">a tagged PCR selection</param>
 public TaggedPcrPropertyArray(
 TaggedPcrSelect[] the_pcrProperty
 )
 {
     this.pcrProperty = the_pcrProperty;
 }
Example #2
0
 public TaggedPcrSelect(TaggedPcrSelect the_TaggedPcrSelect)
 {
     if((Object) the_TaggedPcrSelect == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     tag = the_TaggedPcrSelect.tag;
     pcrSelect = the_TaggedPcrSelect.pcrSelect;
 }