Home All Groups Group Topic Archive Search About

How to Identify a Digitially Signed Database ?

Author
16 Jan 2009 12:06 PM
Sri
hi,  I have to identify weather a database is digitally signed or not , thru
coding, like we have in excel VBASigned property

Author
16 Jan 2009 5:24 PM
Chris O'C via AccessMonster.com
The Access object model doesn't support digital signatures.

Chris


Sri wrote:
Show quoteHide quote
>hi,  I have to identify weather a database is digitally signed or not , thru
>coding, like we have in excel VBASigned property

Author
17 Jan 2009 4:18 AM
Tom van Stiphout
On Fri, 16 Jan 2009 17:24:51 GMT, "Chris O'C via AccessMonster.com"
<u29189@uwe> wrote:

True, but the OP may have referred to signing the database:
http://office.microsoft.com/en-us/access/HA102345621033.aspx

Sorry, I don't know how to detect it is signed. I would assume it's a
Shell feature, since Windows Explorer knows about it.

-Tom.
Microsoft Access MVP



Show quoteHide quote
>The Access object model doesn't support digital signatures.
>
>Chris
>
>
>Sri wrote:
>>hi,  I have to identify weather a database is digitally signed or not , thru
>>coding, like we have in excel VBASigned property
Author
17 Jan 2009 6:02 AM
Chris O'C via AccessMonster.com
I'm pretty sure he/she asked how to use code to find out if the db is already
digitally signed, not how he/she can add a digital signature to the db.

Chris


Tom van Stiphout wrote:
Show quoteHide quote
>True, but the OP may have referred to signing the database:
>http://office.microsoft.com/en-us/access/HA102345621033.aspx

>-Tom.
>Microsoft Access MVP

>>>hi,  I have to identify weather a database is digitally signed or not , thru
>>>coding, like we have in excel VBASigned property