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