OpenNTF.org - NotesID Class
My Links (Not logged in)
Code Bin Search
 
Hosted by Prominic.NET
Rate This Code
5 - brilliant stuff
4 - very nice
3 - average
2 - needs work
1 - bad
   OpenNTF Code Bin
About This Code
Brief Description:
NotesID Class 
Rating:
Rating: 3.5 , Number of votes: 4 
Contributor:
Davy Vanherbergen 
Category:
Lotusscript 
Type:
API Functions 
Notes Version:
R5.x, R6.x 
Last Modified:
04 Jun 2004 
OpenNTF Disclaimer

All of the program code and information presented in the OpenNTF.org Code Bin are provided "as-is", and should be used at your own risk. OpenNTF.org make no express or implied warranty about anything in the Code Bin, and OpenNTF.org will not be responsible or liable for any damage caused by the use or misuse of anything from this site. OpenNTF.org makes no guarantees about anything. Please thoroughly test all of the knowledge and code you find here before you attempt to use them in your production environment.

Code / Description
This class allows you to access various properties of the notes id file.


Supported properties:
-----------------------
username As String
commonName As String
isNorthAmerican As Variant
isHierarchical As Variant
isSafeCopy As Variant
isCertifier As Variant
isExpressID As Variant
isDesktopOnly As Variant
publicKey As String
privateKey As String
internationalPublicKey As String
internationalPrivateKey As String

Usage / Example
Use 'NotesID'

Dim myID As notesID
Set myID = New notesID( "D:\notes\nBlade.id" )
Print myID.userName
Code Attachments
NotesID.lss (6 Kbytes)
 Comments
Posted by Alain H Romedenne on 07/17/2003 08:36:53 AMClean work!
Why not write a x-plarforms flavour of NotesID?
Posted by Davy Vanherbergen on 07/17/2003 08:49:04 AMgood question..
easy answer: I wouldn't be able to test them, since I don't have access to all different OSes and I'm not a fan of posting untested code. But feel free to take the code, expand it and post it back here... It's open source after all ;-)
Posted by Christopher Schoeneich on 03/01/2004 12:53:12 PMunfortunately the function does not return umlauts Example ■ ■ ■
unfortunately the function does not return umlauts Example ■ ■ ■
Posted by Christopher Schoeneich on 06/04/2004 06:41:54 AM@Davy Vanherbergen
Hello Davy I could get please times your email address? My address reads
C-Schoeneich@web.de
Posted by Matthew Tan on 11/26/2007 02:36:40 AMQueries on usage
Hi Davy Vanherbergen,
Sorry to log my question after so long since your post.
I tried using myID.Publickey and myID.internationalPublicKey that comes with NotesID above but it doesn't seems to be returning what I was looking for(I was hoping to extract the public key or copy the certificate out of the NotesID file to paste it into person document).
Did I missed out or use anything wrongly? Also, what does both properties(publickey and internationalPublicKey) refers to?
Also, do I have to put NotesID.lss into c:\notes\data directories of each users whose publickey I am interested in.
Thanks in Advanced!
Matthew
 Add your comment!