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