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