miércoles, 19 de diciembre de 2018

Transformar de base64 a decimal

 Dim array As Byte() = Convert.FromBase64String("AQAB")
 Dim hex As String = BitConverter.ToString(array).Replace("-", String.Empty)
 Dim n As Integer = Val("&H" & hex)

Dim n1 As Integer = Val("&H" & BitConverter.ToString(Convert.FromBase64String("AQAB")).Replace("-", String.Empty))


fuente1
fuente2

buscar y reemplazar saltos de línea y retorno en notepad

miércoles, 5 de diciembre de 2018

Atributos certificado

  • CN: CommonName
  • OU: OrganizationalUnit
  • O: Organization
  • L: Locality
  • S: StateOrProvinceName
  • C: CountryName

Error HRESULT -2147023782




Solución: no agregar la dll MSXML5