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