System.Security.Crytography only supports 2k+?

  • Thread starter Thread starter thxBruin
  • Start date Start date
System.Security.Cryptography is a namespace with a lot of classes.
Some of the functionality is mapped to crypto API and certificate services
that may be only available on NT (4.0, 2000, 2003) and won't run on Windows
9x.
Furthermore, a tiny subset of features is only available with a patch from
2000 or with server 2003.

-Rob Teixeira [MVP]
 
Back
Top