Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.28 KB

schannel-and-cryptoapi.md

File metadata and controls

28 lines (17 loc) · 1.28 KB
description ms.assetid title ms.topic ms.date
Schannel uses CryptoAPI for cryptographic operations such as storing public/private keys.
5ad9a171-5f69-4035-aac5-ae8d27d0abfb
Schannel and CryptoAPI
article
05/31/2018

Schannel and CryptoAPI

Schannel uses CryptoAPI for cryptographic operations such as storing public/private keys.

The following topics provide detailed information about how Schannel makes use of CryptoAPI.

Topic Description
Certificate Stores
Both client and server certificates must be stored in a certificate store.
CryptoAPI 2.0 Private Keys
Schannel credentials are represented internally as CERT_CONTEXT structures.