<peer> の <certificate>
ピアで使用される証明書を指定します。
<system.serviceModel>
<behaviors>
<serviceBehaviors>
<serviceBehaviors> の <behavior>
<serviceCredentials>
<serviceCredentials> の <peer>
<peer> の <certificate>
<certificate findValue = "String"
storeLocation = "CurrentUser/LocalMachine"
storeName="AddressBook/AuthRoot/CertificateAuthority/Disallowed/My/Root/TrustedPeople/TrustedPublisher"
X509FindType="FindByThumbPrint/FindBySubjectName/FindBySubjectDistinguishedName/FindByIssuerName/FindByIssuerDistinguishedName/FindBySerialNumber/FindByTimeValid/FindByTimeNotYetValid/FindByTemplateName/FindByApplicationPolicy/FindByCertificatePolicy/FindByExtension/FindByKeyUsage/FindBySubjectKeyIdentifier"
/>
属性および要素
属性
属性 | 説明 |
---|---|
findValue |
X.509 証明書ストアで検索する値を含む文字列。属性に格納されている型は、指定された x509FindType の要件を満たす必要があります。既定値は空の文字列です。 |
storeLocation |
クライアントがピアの証明書の検証に使用する X.509 証明書ストアの場所を指定します。有効な値は次のとおりです。
既定は LocalMachine です。 |
storeName |
開く X.509 証明書ストアの名前を指定します。有効な値は次のとおりです。
既定は My です。 |
X509FindType |
実行する X.509 検索の種類を定義します。有効な値は次のとおりです。
findValue 属性に格納されている型は、指定された X509FindType の要件を満たす必要があります。 既定値は FindBySubjectDistinguishedName です。 |
子要素
なし。
親要素
要素 | 説明 |
---|---|
ピア ノードの現在の資格情報を指定します。 |
解説
この構成要素には、ピア メッシュ内の近隣ノードを認証するときに使用される X509Certificate2 インスタンスが格納されます。
ピア ツー ピア プログラミングの詳細については、「Peer to Peer Networking」を参照してください。
関連項目
リファレンス
PeerCredentialElement
Certificate
X509PeerCertificateElement
Certificate
PeerCredential
その他の技術情報
Working with Certificates
Peer to Peer Networking
Peer Channel Message Authentication
Peer Channel Custom Authentication
Best Practices for Securing PeerChannel Applications
Securing Services and Clients