-
Notifications
You must be signed in to change notification settings - Fork 0
Home
This is just for fun ... the worst part .. it is free!
Interact with ...
Some code...
{ Validacion de Certificado } cEstatCert := m_elbl.FieldByName('CERCHECK').AsString; if cEstatCert <> '1' then if m_satc.FindKey([m_elbl.FieldByName('NUCERT').AsString,m_elbl.FieldByName('RFCEMI').AsString]) then begin cEstatCert := '1'; end else begin ShowMessage('Certificado NO encontrado: '+ m_elbl.FieldByName('RFCEMI').AsString); cEstatCert := ''; end;
- Read the certificate
- Find the public key
- encode
- decode message
This is the sidebar.
I can add more code!
` public DataRetriever(string connectionString, string tableName) { // SqlConnection connection = new SqlConnection(connectionString); AdsConnection connection = new AdsConnection(connectionString); connection.Open(); command = connection.CreateCommand(); this.tableName = tableName; }
`