- or download this
public int IdentifyUserByCert(string certB64, ref string userTaxId, re
+f string corpTaxId)
- or download this
DefaultCertUserIdentification identi = new DefaultCertUserIdentificati
+on(new Configuration());
string userTaxNum = "";
string corpTaxNum = "";
identi.IdentifyUserByCert(TestData.ACNLB_FO2, ref userTaxNum, ref corp
+TaxNum);
- or download this
my $identi = Win32::OLE->new('DefaultCertUserIdentification');
my $identified = $identi->IdentifyUserByCert($certificate, \$userTaxId
+, \$corpTaxId);