@NotesIDFileEncodePassword
Syntax
@NotesIDFileEncodePassword(TEXTPASSWORD1);
Description
The @Funktion encodes the plain-text password TEXT TEXTPASSWORD1 and returns the encoded password as VSPECENCPASSWORD.
In case of an error, @ERROR is returned.
Example: @NotesIDFileEncodePassword(TEXTPASSWORD1);
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.
