Determine whether code is digitally signed at compile time

S

sun_n_fun

Does anyone know how to determine at compile time whether the code has a
current digital signature? Possibly using some sort of conditional
compilation argument to pop up a message box if the digital sig is no longer
valid because the code has been modified?
 
Top