Function EN Version 4.50

@NotesIDFileCloseCertifierCtx

NotesAdmin

Syntax

@NotesIDFileCloseCertifierCtx(VSPECCERTIFIERCTXHANDLE1);

Description

The @Funktion closes the Certifier NotesID Context-Handle VSPECCERTIFIERCTXHANDLE VSPECCERTIFIERCTXHANDLE1 and returns VSPECPOTVAR.
Return value:
On success VSPECPOTVAR is returned; otherwise @ERROR.

Example: @NotesIDFileCloseCertifierCtx(VSPECCERTIFIERCTXHANDLE1);

RetECPW:=@NotesIDFileEncodePassword("PASSWORD");
ExpTD1:=[10.10.1999 10:10:10];
CertifierPath:="C:\\NOTES\\DATA\\CERT.ID";
RetCTXHandle:=@NotesIDFileOpenCertifierCtx(CertifierPath;RetECPW;"CERTLOG.NSF";RetExpTD1;RETTEXT5;RETNUMBERHIERAR6;RETNUMBERFILEV7);
RetCTXHandle:=@NotesIDFileCloseCertifierCtx(RetCTXHandle);

The certifier Notes ID with the file path "C:\\NOTES\\DATA\\CERT.ID" and the password "PASSWORD" is opened, and then closed again.
In the database "CERTLOG.NSF" the certification operations are logged.

Note : This text was machine-translated and may contain inaccuracies.