WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE structure (webservices.h)

The type for specifying a symmetric cryptographic key as raw bytes.

Syntax

typedef struct _WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE {
  WS_SECURITY_KEY_HANDLE keyHandle;
  WS_BYTES               rawKeyBytes;
} WS_RAW_SYMMETRIC_SECURITY_KEY_HANDLE;

Members

keyHandle

The base type from which this type and all other key handle types derive.

rawKeyBytes

The cryptographic key as raw bytes. It is strongly recommended that after the key is supplied in this form to any API, it is immediately cleared using SecureZeroMemory.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Header webservices.h