| Platform SDK: Logon Authentication |
The SecPkgCred_CipherStrengths structure indicates the minimum and maximum cipher strength used with a credential.
typedef struct _SecPkgCred_CipherStrengths
{
DWORD dwMinimumCipherStrength;
DWORD dwMaximumCipherStrength;
} SecPkgCred_CipherStrengths, *PSecPkgCred_CipherStrengths;
Windows NT/2000: Requires Windows NT 3.51 or later.
Windows 95/98: Requires Windows 95 or later.
Header: Declared in Schannel.h; include Schnlsp.h.