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
miércoles, 19 de diciembre de 2018
buscar y reemplazar saltos de línea y retorno en notepad
miércoles, 5 de diciembre de 2018
Atributos certificado
CN
: CommonNameOU
: OrganizationalUnitO
: OrganizationL
: LocalityS
: StateOrProvinceNameC
: CountryName
Suscribirse a:
Entradas (Atom)