Anteckning
Å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.
Defines the security settings of the <ws2007FederationHttpBinding> element.
Schema Hierarchy
<system.serviceModel>
  <bindings>
    <ws2007FederationHttpBinding>
      <binding>
        <security> element of <ws2007FederationHttpBinding>
Syntax
<ws2007FederationBinding>
    <binding >
        <security mode="None/Message/TransportWithMessageCredential">
           <message negotiateServiceCredential="Boolean"
                algorithmSuite="Basic128/Basic192/Basic256/Basic128Rsa15/ Basic256Rsa15/TripleDes/TripleDesRsa15/Basic128Sha256/Basic192Sha256/TripleDesSha256/Basic128Sha256Rsa15/Basic192Sha256Rsa15/Basic256Sha256Rsa15/TripleDesSha256Rsa15"
                defaultProtectionLevel="none/sign/EncryptAndSign" 
                issuedTokenType="string" 
                issuedKeyType="SymmetricKey/PublicKey"
           </message>
        </security>
    </binding>
</ws2007FederationBinding>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
| Attribute | Description | 
|---|---|
mode  | 
Optional. Specifies the type of security that is applied. The default value is Message. This attribute is of type WSFederationHttpSecurityMode.  | 
Child Elements
| Element | Description | 
|---|---|
Defines the settings for the message-level security. This element is of type FederatedMessageSecurityOverHttpElement.  | 
Parent Elements
| Element | Description | 
|---|---|
Defines all binding capabilities of the <wsDualHttpBinding>.  | 
See Also
Reference
WSFederationHttpSecurity
Security
Security
WSFederationHttpSecurityElement
Concepts
Other Resources
How to: Create a WSFederationHttpBinding
Securing Services and Clients
Selecting a Credential Type
Windows Communication Foundation Bindings
Configuring System-Provided Bindings
Using Bindings to Configure Services and Clients
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05