Expand Minimize
This topic has not yet been rated - Rate this topic

WS_RSA_ENDPOINT_IDENTITY structure

Type for RSA endpoint identity.

Syntax


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

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

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Header

WebServices.h

 

 

Send comments about this topic to Microsoft

Build date: 11/27/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.