CMSG_KEM_RECIPIENT_INFO Struktur (wincrypt.h)

Syntax

typedef struct _CMSG_KEM_RECIPIENT_INFO {
  DWORD                      dwVersion;
  CERT_ID                    RecipientId;
  CRYPT_ALGORITHM_IDENTIFIER KemAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER KdfAlgorithm;
  CRYPT_ALGORITHM_IDENTIFIER WrapAlgorithm;
  CRYPT_DATA_BLOB            EncryptedKey;
  CRYPT_DATA_BLOB            KemCt;
  CRYPT_DATA_BLOB            UserKeyingMaterial;
  DWORD                      dwKekLength;
} CMSG_KEM_RECIPIENT_INFO, *PCMSG_KEM_RECIPIENT_INFO;

Mitglieder

dwVersion

RecipientId

KemAlgorithm

KdfAlgorithm

WrapAlgorithm

EncryptedKey

KemCt

UserKeyingMaterial

dwKekLength

Anforderungen

Anforderung Wert
Header wincrypt.h