Inheritance: TpmStructureBase, IPublicParmsUnion
Ejemplo n.º 1
0
 public RsaParms(RsaParms the_RsaParms)
 {
     if((Object) the_RsaParms == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     symmetric = the_RsaParms.symmetric;
     keyBits = the_RsaParms.keyBits;
     exponent = the_RsaParms.exponent;
 }