JAVA/CORBA クラス
ID ファイルを再認証します。
定義が行われるクラスRegistration 構文public boolean recertify(String idfile) throws NotesException public boolean recertify(String idfile, String certpw, String comment) throws NotesException
パラメータString idfile
メモ 有効期限のデフォルトは Release 6.0.3 で新しく追加されました。
このメソッドは、RegistrationServer プロパティによって指定されたサーバーの Domino ディレクトリ (names.nsf) に作用します。このプロパティが設定されていない場合は、ローカルの Domino データディレクトリにある names.nsf に作用します。
このメソッドは、ID パスワードの入力を求めます。
クロスリファレンスLotusScript NotesRegistration クラスの Recertify メソッド 式言語の ViewCertify @コマンド
例