Inheritance: TpmStructureBase, ICapabilitiesUnion
Ejemplo n.º 1
0
 public EccCurveArray(EccCurveArray the_EccCurveArray)
 {
     if((Object) the_EccCurveArray == null ) throw new ArgumentException(Globs.GetResourceString("parmError"));
     eccCurves = the_EccCurveArray.eccCurves;
 }