Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Describes the policy of the recipient.
typedef struct _RECIPIENTPOLICY
{
ENDPOINTADDRESS recipient;
ENDPOINTADDRESS issuer;
LPCWSTR tokenType;
CLAIMLIST requiredClaims;
CLAIMLIST optionalClaims;
LPCWSTR privacyUrl;
UINT privacyVersion;
}RECIPIENTPOLICY, *PRECIPIENTPOLICY;
Parameters
| Member | Description |
|---|---|
recipient |
The endpoint address of the recipient of the token. |
issuer |
The issuer of the token. |
tokenType |
The contents of a WS-Trust TokenType element. |
requiredClaims |
A list of claims that are required to be supported. |
optionalClaims |
A list of claims that are optional and need not be supported. |
privacyUrl |
The URL of the privacy statement. |
privacyVersion |
The version number of the privacy statement referenced by privacyUrl. |
Requirements
Header: Declared in infocard.h.
See Also
Reference
Other Resources
Copyright © 2007 by Microsoft Corporation. All rights reserved.