SecPkgCred_CipherStrengths (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

Authentication Services Structures
AcquireCredentialsHandle
QueryCredentialsAttributes