SecPkgCred_CipherStrengths (Windows CE 5.0)

Send Feedback

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.

typedef struct _SecPkgCred_CipherStrengths { DWORDdwMinimumCipherStrength;DWORDdwMaximumCipherStrength;} 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

OS Versions: Windows CE .NET 4.2 and later.
Header: Schnlsp.h.

See Also

AcquireCredentialsHandle | QueryCredentialsAttributes

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.