SecPkgCred_CipherStrengths

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/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
Windows Mobile Windows Mobile Version 5.0 and later

See Also

Reference

AcquireCredentialsHandle
QueryCredentialsAttributes