#include #include #include "cryptver.h" #include "resource.h" #define VER_FILETYPE VFT_DLL #define VER_FILESUBTYPE VFT2_UNKNOWN #define VER_FILEDESCRIPTION_STR "MS SCEP Implementation" #define VER_INTERNALNAME_STR "MSCEP.DLL" #define VER_ORIGINALFILENAME_STR VER_INTERNALNAME_STR #include #include "ceplog.rc" ///////////////////////////////////////////////////////////////////////////// // // String Table // STRINGTABLE DISCARDABLE BEGIN IDS_HTML_TEMPLATE "Simple Certificate Enrollment Protocol (SCEP) Add-On for Certificate Services
Simple Certificate Enrollment Protocol (SCEP) Add-On for Certificate Services

Welcome

%1!s!

For more information please see the online documentation mscephlp.htm.

" IDS_ACCESS_DENIED "You do not have sufficient permission to enroll with SCEP. Please contact your system administrator." IDS_ERROR_UNKONWN "Unknown error." IDS_TOO_MANY_PASSWORD "The maximum number of outstanding enrollment passwords has been reached. Please wait until existing passwords are used or they expire." IDS_CEP_INFO_WITH_PASSWORD "The CA certificate's thumbprint is %1!s!.

Your enrollment challenge password is %2!s! and will expire within %3!d! minutes.   This password can only be used once.

Each enrollment requires a new challenge password.   You can refresh this web page to obtain a new challenge password." IDS_CEP_INFO_NO_PASSWORD "The CA certificate's thumbprint is %1!s!." IDS_FAIL_TO_GET_PASSWORD "Can not generate an enrollment password: %1!s! - Notify administrator to check server resources" IDS_FAIL_TO_ADD_PASSWORD "Can not save the generated enrollment password: %1!s! - Notify administrator to check server resources" END