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