Inheritance: TpmStructureBase
Ejemplo n.º 1
0
 public Tpm2CertifyResponse(Tpm2CertifyResponse the_Tpm2CertifyResponse)
 {
     if((Object) the_Tpm2CertifyResponse == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     certifyInfo = the_Tpm2CertifyResponse.certifyInfo;
 }