SecPkgCred_CipherStrengths (Compact 2013)

3/28/2014

This structure holds the minimum and maximum strengths permitted for the cipher used by the specified Schannel credential. It is used by the QueryCredentialsAttributes function.

Syntax

typedef struct _SecPkgCred_CipherStrengths { 
  DWORD dwMinimumCipherStrength; 
  DWORD dwMaximumCipherStrength; 
} SecPkgCred_CipherStrengths, *PSecPkgCred_CipherStrengths;

Members

  • dwMinimumCipherStrength
    Specifies the minimum cipher strength allowed.
  • dwMaximumCipherStrength
    Specifies the maximum cipher strength allowed.

Remarks

For information about setting the cipher strength, see AcquireCredentialsHandle.

Requirements

Header

schnlsp.h

See Also

Reference

Authentication Services Structures
AcquireCredentialsHandle
QueryCredentialsAttributes