You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
727 B
25 lines
727 B
/*++
|
|
|
|
Copyright (c) 1996 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
nsepname.hxx
|
|
|
|
Abstract:
|
|
|
|
This file contains path definition to access Name Space Extension
|
|
|
|
--*/
|
|
|
|
#define NSEPM_CERT11_OBJ "Cert11"
|
|
#define NSEPM_CERTW_OBJ "CertW"
|
|
#define NSEPM_BASIC_OBJ "Basic"
|
|
#define NSEPM_DIGEST_OBJ "Digest"
|
|
#define NSEPM_ISSUER_OBJ "Issuers"
|
|
|
|
#define NSEPM_CERT11_PATH "/<nsepm>/" NSEPM_CERT11_OBJ
|
|
#define NSEPM_CERTW_PATH "/<nsepm>/" NSEPM_CERTW_OBJ
|
|
#define NSEPM_BASIC_PATH "/<nsepm>/" NSEPM_BASIC_OBJ
|
|
#define NSEPM_DIGEST_PATH "/<nsepm>/" NSEPM_DIGEST_OBJ
|
|
#define NSEPM_ISSUER_PATH "/<nsepm>/" NSEPM_ISSUER_OBJ
|