RE: SignedXml to X509Certificate?
From: Guillermo Proano [MS] (gproano_at_online.microsoft.com)
Date: 04/27/04
- Next message: Nikhil Garewal: "Digital Signature"
- Previous message: Eugene V. Bobukh [MS]: "Re: How to do LinkDemand for StrongNameIdentityPermission on ASSEMBLY level???"
- In reply to: Jon G via .NET 247: "SignedXml to X509Certificate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 27 Apr 2004 20:56:50 GMT
The string found in the X509Certificate tag is a Base64, so you will have
to call Convert.FromBase64String to convert it into a byte array which can
be used with the X509Certificate(byte[]) constructor.
Guillermo Proano
This posting is provided "AS IS" with no warranties, and confers no rights.
- Next message: Nikhil Garewal: "Digital Signature"
- Previous message: Eugene V. Bobukh [MS]: "Re: How to do LinkDemand for StrongNameIdentityPermission on ASSEMBLY level???"
- In reply to: Jon G via .NET 247: "SignedXml to X509Certificate?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|