Cryptography and PKI samples (Windows Runtime apps)
[ This article is for Windows 8.x and Windows Phone 8.x developers writing Windows Runtime apps. If you’re developing for Windows 10, see the latest documentation ]
The following samples are included with the SDK:
- The SecretSaver sample shows how to use password-based strong encryption to securely store private information on a local computer. The information can be for credit card accounts, bank accounts, and software products.
- The CertificateEnrollment sample shows how to create a certificate request and enroll in a certification hierarchy.
- The CryptoWinRT sample shows how to use the new Cryptography APIs.
- The Banking app sample shows how to communicate securely with a server.