CryptGetLocalKeyLimits function

[The CryptGetLocalKeyLimits function is no longer available for use as of Windows Server 2008 R2 and Windows 7.]

The CryptGetLocalKeyLimits function is not implemented and cannot be used. This function will be removed in a future version of Wincrypt.h.

Syntax

BOOL WINAPI CryptGetLocalKeyLimits(
  _In_    ALG_ID            algId,
  _In_    DWORD             dwFlags,
  _Out_   PCRYPT_KEY_LIMITS pLimits,
  _Inout_ LPDWORD           cbLimitLength
);

Parameters

  • algId [in]
    Not used.

  • dwFlags [in]
    Not used.

  • pLimits [out]
    Not used.

  • cbLimitLength [in, out]
    Not used.

Return value

Not used.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

End of client support

Windows Vista

End of server support

Windows Server 2008

Header

Wincrypt.h