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.
Structure that represents the policy of a single service or STS in a federated chain of identity issuers.
typedef struct _POLICY_ELEMENT
{
LPCWSTR targetEndpointAddress;
LPCWSTR issuerEndpointAddress;
LPCWSTR issuedTokenParameters;
LPCWSTR privacyNoticeLink;
DWORD privacyNoticeVersion;
BOOL useManagedPresentation;
} POLICY_ELEMENT, *PPOLICY_ELEMENT;
Parameters
Member | Description |
---|---|
targetEndpointAddress |
The endpoint of the recipient. This should be valid WS-Addressing XML for an endpoint reference. |
issuerEndpointAddress |
The token issuer that is accepted by the client. This should be valid WS-Addressing XML for an endpoint reference. |
issuedTokenParameters |
The policy. This should be valid WS-SecurityPolicy XML for an IssuedToken element. |
privacyNoticeLink |
Link to a privacy notice. |
privacyNoticeVersion |
The version of the privacy notice. This should be a valid URL. |
useManagedPresentation |
Determines whether a managed presentation is to be used. This should be set to true if the service represented by this POLICY_ELEMENT has made the RequireFederatedIdentityProvisioning policy assertion. |
Requirements
Header: Declared in infocard.h.
See Also
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.