Get Key Identifier

Hello.

I need get user key identifier. I thik, this value is unique. Can I get this value?

Subject: Get Key Identifier

what user key identifier? Please exaplin in detail what you are trying to do. Nobody else has answered you yet so they are probably as confused as I am.

Subject: RE: Get Key Identifier

In menu File->Security->User Security, on Your Identity tab-> Your Certificates, there is key identifier, e.g.: 1FRCM 1D395 U4E3Y M4U89 DX714 484A6

This is a key identifier. I think, this is the unique value for every lotus notes user. I want get this value using Lotus Script or Formule Lagnguage, if this is possible :).

Subject: RE: Get Key Identifier

Looking at the Person form in Domino Directory, and opening the $PersonInheritableSchema subform, on the Certificates tab, Notes Certificates tab, there are 4 computed texts that contain the following @Formula:

@Certificate([CertMAC];Certificate)

@If( @TextToNumber(@Version) < 191; “”;@Certificate([CertMACIntl];Certificate))

@If( @TextToNumber(@Version) < 191; “”;@Certificate([KeyLength];Certificate))

@If( @TextToNumber(@Version) < 191; “”;@Certificate([KeyCreation];Certificate))

The parameters used here seem to be undocumented, so use them at your own risk.

Why is it that so many people doesn’t care to look at the design of the system DB’s? There are lots to learn by looking at them.

/Peter