April 2002
Intermediate to advanced
816 pages
20h 56m
English
Microsoft's CryptoAPI consists roughly of two related sets of APIs—a low-level set of functions (CryptoAPI 1.0) that perform core cryptographic operations, such as basic encryption and digital signature operations, and a higher-level set of functions (CryptoAPI 2.0) designed to work with X.509v3/PKIX Part 1 digital certificates and S/MIME (CMS) signed messages. This section discusses interoperating with CryptoAPI 1.0 functions and data structures from the .NET Framework; CryptoAPI 2.0 functions are addressed in the next section.
CryptoAPI 1.0 contains a pluggable-provider model that permits third parties to implement cryptographic algorithms ...