Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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. |
See Also
Other Resources
.gif)
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.