Ejemplo n.º 1
0
 public Tpm2MakeCredentialResponse(Tpm2MakeCredentialResponse the_Tpm2MakeCredentialResponse)
 {
     if((Object) the_Tpm2MakeCredentialResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     credentialBlob = the_Tpm2MakeCredentialResponse.credentialBlob;
     secret = the_Tpm2MakeCredentialResponse.secret;
 }