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