Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Specifies the Security Token Service (STS) that issues security tokens.
Schema Hierarchy
<system.serviceModel>
  <bindings>
    <wsFederationHttpBinding>
      <binding>
        <security> of <wsFederationHttpBinding>
          <message> element of <wsFederationHttpBinding>
            <issuer>
Syntax
<issuer address="Uri" >
   <headers>
      <add name="String"
                 namespace="String" />
   </headers>
   <identity>
           <certificate encodedValue="String"/>
      <certificateReference findValue="String" 
         isChainIncluded="Boolean"
         storeName="AddressBook/AuthRoot/CertificateAuthority/Disallowed/My/Root/TrustedPeople/TrustedPublisher"
         storeLocation="LocalMachine/CurrentUser"
                  x509FindType=System.Security.Cryptography.X509certificates.X509findtype/>
      <dns value="String"/>
      <rsa value="String"/>
      <servicePrincipalName value="String"/>
      <usePrincipalName value="String"/>
   </identity>
</issuer>
Attributes and Elements
The following sections describe attributes, child elements, and parent elements
Attributes
| Attribute | Description | 
|---|---|
address  | 
Required string. The URL of the STS.  | 
Child Elements
| Element | Description | 
|---|---|
A collection of address headers for the endpoints that the builder can create.  | 
|
When using an issued token, specifies settings that enable the client to authenticate the server.  | 
Parent Elements
| Element | Description | 
|---|---|
Defines the settings for the message-level security for the <wsFederationHttpBinding> element.  | 
See Also
Reference
FederatedMessageSecurityOverHttp
Issuer
IssuedTokenParametersEndpointAddressElement
Other Resources
Specifying Service Identity
Federation and SAML
Specifying Service Identity
Federation and SAML
Security Capabilities with Custom Bindings
Federation and Issued Tokens
© 2007 Microsoft Corporation. All rights reserved.
Last Published: 2010-01-05