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