Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents an endpoint address.
typedef struct _ENDPOINTADDRESS
{
LPCWSTR serviceUrl;
LPCWSTR policyUrl;
DATA_BLOB rawCertificate;
}ENDPOINTADDRESS, *PENDPOINTADDRESS;
Parameters
Member | Description |
---|---|
serviceUrl |
The service URL. |
policyUrl |
The URL of the endpoint at which metadata exchange can be performed. The metadata obtained at this endpoint should include a description of the policy associated with the serviceUrl endpoint. |
rawCertificate |
The blob that contains the certificate that represents the identity of the organization that is offering the service at serviceUrl. |
Requirements
Header: Declared in infocard.h.
See Also
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.