什么是证书参考中IsChainIncluded属性的重要性 [英] Whats significance of IsChainIncluded property in certificate reference

查看:104
本文介绍了什么是证书参考中IsChainIncluded属性的重要性的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



我需要知道证书参考中IsChainIncluded属性的重要性。



如下msdn blog



http://msdn.microsoft.com/en-us/library/ms731383.aspx



IsChainIncluded一个布尔值,指定验证是否使用证书链完成。



我需要知道它的确切验证是什么。



因为如果我把这个标志弄错了,那么我的证书就可以了。如果是真的,它无法检测证书。



Hi All,

I need to know whats the significance of IsChainIncluded property in certificate reference.

As per below msdn blog

http://msdn.microsoft.com/en-us/library/ms731383.aspx

IsChainIncluded A Boolean value that specifies if the validation is done using a certificate chain.

I need to know what it is getting validated exactly.

Because If i made this flag false, then my certificates work fine. in case of true, its not able to detect certificates.

<endpoint address="https://www.example.com; binding="basicHttpBinding" bindingConfiguration="examle" contract="example" name="example1">
       <identity>
         <certificateReference storeName="TrustedPublisher" storeLocation="CurrentUser" x509FindType="FindByThumbprint" findValue="1s 13c 32ce .." isChainIncluded="true" />
       </identity>
     </endpoint>

推荐答案

我不是证书专家,而是 google [ ^ ]的第一个结果是 MSDN条目 [ ^ ]。它说 isChainIncluded 是一个布尔值,它指定验证是否使用证书链完成。



我不确定证书链究竟是什么意思。所以我 Google搜索 [ ^ 那也是。 第一个结果 [ ^ ]是IBM的一个很好的图解释。



希望这会有所帮助。
I'm no expert in certificates, but one of google[^]'s first results is the MSDN entry[^] for it. It says isChainIncluded is "A Boolean value that specifies if the validation is done using a certificate chain."

I wasn't sure what exactly they meant by certificate chain. So I googled[^] that too. First result[^] is an IBM explaination with a nice diagram.

Hope this helps.


这篇关于什么是证书参考中IsChainIncluded属性的重要性的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆