Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post May 10, 2012 06:15 AM by sriramabi
Member
165 Points
120 Posts
May 03, 2012 06:12 AM|LINK
This error is an enumeration of sslPolicy error. I just want to know what it means exactly.
Contributor
3230 Points
668 Posts
May 03, 2012 06:22 AM|LINK
This means there is an error when you are validating your SSL Certificates
RemoveCertificateChainErrors is an array which contains the errors
refer to this link
http://msdn.microsoft.com/en-us/library/ms145055(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chain.chainstatus(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chainstatus(v=vs.80).aspx
May 03, 2012 06:29 AM|LINK
Hi, thanks for your reply.
How do I suppose to know what was the error in this context ? I mean Chain Erros sounds generic but what specifically does it point ?
All-Star
23531 Points
2683 Posts
Microsoft
May 10, 2012 06:09 AM|LINK
Hi,
n00raina How do I suppose to know what was the error in this context ? I mean Chain Erros sounds generic but what specifically does it point ?
X509Chain.ChainStatus Property can get detailed error information for the status of the chain. Please go through the both references below.
When the RemoteCertificateChainErrors occurs, you can retrieve the ChainStatus and to get detailed inforamtion.
4351 Points
1277 Posts
May 10, 2012 06:15 AM|LINK
http://www.dotnettech.net/BCL/VB.NET/System.Net.Security.SslPolicyErrors/Enum.aspx
http://msdn.microsoft.com/en-us/library/ms145055.aspx
n00raina
Member
165 Points
120 Posts
What is RemoteCertificateChainErrors ?
May 03, 2012 06:12 AM|LINK
This error is an enumeration of sslPolicy error. I just want to know what it means exactly.
tusharrs
Contributor
3230 Points
668 Posts
Re: What is RemoteCertificateChainErrors ?
May 03, 2012 06:22 AM|LINK
This means there is an error when you are validating your SSL Certificates
RemoveCertificateChainErrors is an array which contains the errors
refer to this link
http://msdn.microsoft.com/en-us/library/ms145055(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chain.chainstatus(v=vs.80).aspx
http://msdn.microsoft.com/en-us/library/system.security.cryptography.x509certificates.x509chainstatus(v=vs.80).aspx
( Mark as Answer if it helps you out )
View my Blog
n00raina
Member
165 Points
120 Posts
Re: What is RemoteCertificateChainErrors ?
May 03, 2012 06:29 AM|LINK
Hi, thanks for your reply.
How do I suppose to know what was the error in this context ? I mean Chain Erros sounds generic but what specifically does it point ?
Mamba Dai - ...
All-Star
23531 Points
2683 Posts
Microsoft
Re: What is RemoteCertificateChainErrors ?
May 10, 2012 06:09 AM|LINK
Hi,
X509Chain.ChainStatus Property can get detailed error information for the status of the chain. Please go through the both references below.
When the RemoteCertificateChainErrors occurs, you can retrieve the ChainStatus and to get detailed inforamtion.
Feedback to us
Develop and promote your apps in Windows Store
sriramabi
Contributor
4351 Points
1277 Posts
Re: What is RemoteCertificateChainErrors ?
May 10, 2012 06:15 AM|LINK
http://www.dotnettech.net/BCL/VB.NET/System.Net.Security.SslPolicyErrors/Enum.aspx
http://msdn.microsoft.com/en-us/library/ms145055.aspx