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.
Specifies the parameters for an security token issued in a Federated security scenario.
<system.serviceModel>
<bindings>
<customBinding>
<binding>
<security> of <customBinding>
Type
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute | Description |
---|---|
inclusionMode |
Specifies the token inclusion requirements. This attribute is of type SecurityTokenInclusionMode. |
keySize |
An integer that specifies the token key size. |
keyType |
A valid value of SecurityKeyType that specifies the key type. |
tokenType |
A string that specifies the token type. |
Child Elements
Element | Description |
---|---|
Specifies a collection of required claim types. In a federated scenario, services state the requirements on incoming credentials. For example, the incoming credentials must possess a certain set of claim types. Each claimTypeRequirement element in this collection specifies the types of required and optional claims expected to appear in a federated credential. |
|
A collection of configuration elements that specify additional request parameters. |
|
A configuration element that specifies the endpoint that issues the current token. |
|
A configuration element that specifies the endpoint address of the token issuer's metadata. |
Parent Elements
Element | Description |
---|---|
Specifies the default values used for initiating a secure conversation service. |
|
Specifies the security options for a custom binding. |
See Also
Reference
Send comments about this topic to Microsoft.
© Microsoft Corporation. All rights reserved.