WS_RSA_ENDPOINT_IDENTITY structure (webservices.h)

Type for RSA endpoint identity.

Syntax

typedef struct _WS_RSA_ENDPOINT_IDENTITY {
  WS_ENDPOINT_IDENTITY identity;
  WS_BYTES             modulus;
  WS_BYTES             exponent;
} WS_RSA_ENDPOINT_IDENTITY;

Members

identity

The base type from which this type and all other endpoint identity types derive.

modulus

The RSA key modulus of the endpoint that is represented by this endpoint identity.

exponent

The RSA key exponent of the endpoint that is represented by this endpoint identity.

Requirements

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