Skip to content

Latest commit

 

History

History
67 lines (58 loc) · 2.46 KB

ns-wincrypt-cmsg_rc4_aux_info.md

File metadata and controls

67 lines (58 loc) · 2.46 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:wincrypt._CMSG_RC4_AUX_INFO
CMSG_RC4_AUX_INFO (wincrypt.h)
The CMSG_RC4_AUX_INFO structure contains the bit length of the key for RC4 encryption algorithms. The pvEncryptionAuxInfo member in CMSG_ENVELOPED_ENCODE_INFO can be set to point to an instance of this structure.
*PCMSG_RC4_AUX_INFO
CMSG_RC4_AUX_INFO
CMSG_RC4_AUX_INFO structure [Security]
PCMSG_RC4_AUX_INFO
PCMSG_RC4_AUX_INFO structure pointer [Security]
_crypto2_cmsg_rc4_aux_info
security.cmsg_rc4_aux_info
wincrypt/CMSG_RC4_AUX_INFO
wincrypt/PCMSG_RC4_AUX_INFO
security\cmsg_rc4_aux_info.htm
security
8e456156-b84a-4ca7-9dc7-9f5da4a32a6c
12/05/2018
*PCMSG_RC4_AUX_INFO, CMSG_RC4_AUX_INFO, CMSG_RC4_AUX_INFO structure [Security], PCMSG_RC4_AUX_INFO, PCMSG_RC4_AUX_INFO structure pointer [Security], _crypto2_cmsg_rc4_aux_info, security.cmsg_rc4_aux_info, wincrypt/CMSG_RC4_AUX_INFO, wincrypt/PCMSG_RC4_AUX_INFO
wincrypt.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
CMSG_RC4_AUX_INFO, *PCMSG_RC4_AUX_INFO
19H1
_CMSG_RC4_AUX_INFO
wincrypt/_CMSG_RC4_AUX_INFO
PCMSG_RC4_AUX_INFO
wincrypt/PCMSG_RC4_AUX_INFO
CMSG_RC4_AUX_INFO
wincrypt/CMSG_RC4_AUX_INFO
c++
APIRef
kbSyntax
HeaderDef
Wincrypt.h
CMSG_RC4_AUX_INFO

CMSG_RC4_AUX_INFO structure

-description

The CMSG_RC4_AUX_INFO structure contains the bit length of the key for RC4 encryption algorithms. The pvEncryptionAuxInfo member in CMSG_ENVELOPED_ENCODE_INFO can be set to point to an instance of this structure.

-struct-fields

-field cbSize

Size of this structure in bytes.

-field dwBitLen

Determines the RC4 salt length. If set to CMSG_RC4_NO_SALT_FLAG, no salt is generated. For any other value, (128 - the length set) /8 bytes of salt are generated and encoded as an OCTET STRING in the algorithm parameters field.