Call us Today +1 630 534 0220
recently we developed script to connect ASIC server using the SSL socket implementation c#.after many tried finally we got success in connecting to asic server.below is the some code to implement the ASIC connectivity using C# .net and secure socket layer.

for more information about the connectivity and company registration file transfer to Australian security and investment commission(ASIC), please contact us on info@varianceinfotech.com

 

— Code to connect an ASIC sever—
strASICData = ASICstr.Login(“<username>”, “<passowrd>”);
ServerResponce = ASICstr.sendToServer(strData);
tcpclint = new TcpClient();
tcpclint.Connect(strServerName, intServerPort);
X509CertificateCollection Coll = new X509CertificateCollection();
X509Certificate Cert = new X509Certificate(“C:\\ASIC.cer”);
Coll.Add(Cert);

Do You Need more information ?


For any further information / query regarding Technology, please email us at info@varianceinfotech.com
OR call us on +1 630 861 8263, Alternately you can request for information by filling up Contact Us
facebooktwittergoogle_plusredditpinterestlinkedinmailby feather

Leave a Reply

Your email address will not be published. Required fields are marked *

*