<issuerMetadata>
configuration
system.serviceModel
<bindings>
<wsFederationHttpBinding>
<binding>
<security>
<message>
<issuerMetadata>
構文
<issuerMetadata address="String">
<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>
</issuerMetadata>
属性および要素
以降のセクションでは、属性、子要素、および親要素について説明します。
属性
属性 | 説明 |
---|---|
address | 必須の string 属性です。エンドポイントのアドレスを指定します。 アドレスは、絶対 URI にする必要があります。 既定値は空の文字列です。 |
子要素
要素 | 説明 |
---|---|
<headers> | アドレス ヘッダーのコレクション。 |
<identity> | メッセージを交換する他のエンドポイントによるエンドポイントの認証を可能にする ID です。 |
親要素
要素 | 説明 |
---|---|
<message> | <wsFederationHttpBinding> 要素のメッセージレベル セキュリティの設定を定義します。 |
関連項目
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET