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