Platform SDK: Logon Authentication

SecPkgCred_CipherStrengths

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;

Members

dwMinimumCipherStrength
Minimum cipher strength allowed with a specified credential.
dwMaximumCipherStrength
Maximum cipher strength allowed with a specified credential.

Requirements

  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.