Chilkat HOME ASP Visual Basic VB.NET C# Visual C++ C MFC Delphi FoxPro Java Perl PHP Python Ruby SQL Server VBScript
|
PVK to XMLConvert RSA .pvk (private key) to XML. <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <% set pvk = Server.CreateObject("Chilkat.PrivateKey") ' Password is "wiggy" success = pvk.LoadPvkFile("myKey.pvk","wiggy") If (success = 0) Then Response.Write pvk.LastErrorText & "<br>" End If ' Save it as XML: success = pvk.SaveXmlFile("myKey.xml") If (success = 0) Then Response.Write pvk.LastErrorText & "<br>" End If %> </body> </html> |
Need a specific example? Send a request to support@chilkatsoft.com
© 2000-2008 Chilkat Software, Inc. All Rights Reserved.