Ejemplo n.º 1
0
 public Tpm2CertifyCreationResponse(Tpm2CertifyCreationResponse the_Tpm2CertifyCreationResponse)
 {
     if((Object) the_Tpm2CertifyCreationResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     certifyInfo = the_Tpm2CertifyCreationResponse.certifyInfo;
 }