Chilkat
HOME
Android™
ASP
Visual Basic
VB.NET
C#
iOS (IPhone)
Objective-C
C++
C
MFC
Delphi
FoxPro
Java
Perl
PHP Extension
PHP ActiveX
Python
PowerShell
Ruby
SQL Server
VBScript
PVK to XMLConvert RSA .pvk (private key) to XML. Dim pvk As New PrivateKey Dim success As Long ' Password is "wiggy" success = pvk.LoadPvkFile("myKey.pvk","wiggy") If (success = 0) Then Text1.Text = Text1.Text & pvk.LastErrorText & vbCrLf Text1.Refresh Exit Sub End If ' Save it as XML: success = pvk.SaveXmlFile("myKey.xml") If (success = 0) Then Text1.Text = Text1.Text & pvk.LastErrorText & vbCrLf Text1.Refresh Exit Sub End If |
© 2000-2012 Chilkat Software, Inc. All Rights Reserved.