Help for this page

Select Code to Download


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