Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the algorithm being used to disable cryptographic settings.
Syntax
typedef enum _eTlsAlgorithmUsage {
TlsParametersCngAlgUsageKeyExchange,
TlsParametersCngAlgUsageSignature,
TlsParametersCngAlgUsageCipher,
TlsParametersCngAlgUsageDigest,
TlsParametersCngAlgUsageCertSig
} eTlsAlgorithmUsage;
Constants
TlsParametersCngAlgUsageKeyExchangeKey exchange algorithm. (e.g. RSA, ECDHE, DHE) |
TlsParametersCngAlgUsageSignatureSignature algorithm. (e.g. RSA, DSA, ECDSA) |
TlsParametersCngAlgUsageCipherEncryption algorithm. (e.g. AES, DES, RC4) |
TlsParametersCngAlgUsageDigestDigest of cipher suite. (e.g. SHA1, SHA256, SHA384) |
TlsParametersCngAlgUsageCertSigSignature and/or hash used to sign certificate. (e.g. RSA, DSA, ECDSA, SHA1, SHA256) |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 10 1809 [desktop apps only] |
| Minimum supported server | Windows Server 1809 [desktop apps only] |
| Header | schannel.h |