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