Ejemplo n.º 1
0
 public Tpm2NvReadPublicResponse(Tpm2NvReadPublicResponse the_Tpm2NvReadPublicResponse)
 {
     if((Object) the_Tpm2NvReadPublicResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     nvPublic = the_Tpm2NvReadPublicResponse.nvPublic;
     nvName = the_Tpm2NvReadPublicResponse.nvName;
 }