IUpdateEndpointAuthToken::SigningKey method

Gets the key that is used to encrypt the outgoing messages that the token protects.

Syntax

HRESULT SigningKey(
  [in, out, unique] BYTE  *pbKey,
  [in, out]         ULONG *pcbKeySize
);

Parameters

pbKey [in, out]

Key used to encrypt outgoing message.

pcbKeySize [in, out]

Size of the key referenced by the pbkey paremeter.

Return value

Returns S_OK if successful. Otherwise, returns a COM or Windows error code.

Requirements

Requirement Value
Minimum supported client
Windows XP, Windows 2000 Professional with SP3 [desktop apps only]
Minimum supported server
Windows Server 2003, Windows 2000 Server with SP3 [desktop apps only]
Header
UpdateEndpointAuth.h
IDL
UpdateEndpointAuth.idl
Library
UpdateEndpointAuth.lib
DLL
UpdateEndpointAuth.dll

See also

IUpdateEndpointAuthToken