Поделиться через


<issuer>

Задает службу маркеров безопасности, выдающую маркеры безопасности.

Иерархия схемы

<system.serviceModel>
  <bindings>
    <wsFederationHttpBinding>
      <binding>
        <security> для <wsFederationHttpBinding>
          Элемент <message> <wsFederationHttpBinding>
            <issuer>

Синтаксис

<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>

Атрибуты и элементы

В следующих разделах описываются атрибуты, дочерние и родительские элементы.

Атрибуты

Атрибут Описание

address

Обязательная строка. URL-адрес для службы маркеров безопасности.

Дочерние элементы

Элемент Описание

Элемент <headers>

Коллекция заголовков адресов для конечных точек, которые может создать конструктор.

<identity>

При использовании выданного маркера задает параметры, позволяющие клиенту проверить подлинность сервера.

Родительские элементы

Элемент Описание

Элемент <message> <wsFederationHttpBinding>

Определяет параметры безопасности уровня сообщений для элемента <wsFederationHttpBinding>.

См. также

Справочник

FederatedMessageSecurityOverHttp
Issuer
IssuedTokenParametersEndpointAddressElement

Другие ресурсы

Specifying Service Identity
Federation and SAML
Specifying Service Identity
Federation and SAML
Security Capabilities with Custom Bindings
Federation and Issued Tokens