.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

LOTUSSCRIPT/COM/OLE CLASSES


Examples: UseCertificateAuthority property
This agent sets the certifier name to Developer1/Albany/Acme, and then uses it as the certificate authority.

Sub Initialize
 Dim session As New NotesSession
 Dim reg As New NotesRegistration
 reg.CertifierName = "CN=Developer1/OU=Albany/O=Acme"
 reg.UseCertificateAuthority = True
End Sub