RE: SignedXml to X509Certificate?

From: Guillermo Proano [MS] (gproano_at_online.microsoft.com)
Date: 04/27/04


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.



Relevant Pages

  • Re: Message from EntryID
    ... converting that to a base64 encoded string is very easy. ... Both the byte array as base64 nor the string as base64 gives me the ...
    (microsoft.public.exchange.applications)
  • Re: function to extract key/value pairs?
    ... First serialize your array, then encode it in base64. ... string maintaining key/value pairs and keep coming up blank. ...
    (comp.lang.php)
  • Re: Serializing a HashMap
    ... >to store a serialized Hashmap as a String? ... Tell it you want to write a serialised object to a Byte array. ... If you really really want String, try armouring it with base64 or ...
    (comp.lang.java.programmer)
  • Re: button array
    ... Assuming you have used the text to set in the row and the tag for the col. ... (text is string, tag is object). ... MyhandledButtonCol = Cint.text) ... > I've created an array of buttons by code to have an array: ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Code to check for HTML messages being sent
    ... Then I'd extract all of the string between there and the start of the tag, ... What I was think I would need to do is put all the lines of HTML data in the body of the message in an indexed array, ... Then I would run through each line in the array and check it for the number of characters contained. ...
    (microsoft.public.outlook.program_vba)