69 lines
621 B
C
69 lines
621 B
C
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1998-2001
|
|
//
|
|
// File: SecurityPropertyPage.h
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
#ifndef _CERTTMPL_SECURITYPROPERTYPAGE_H
|
|
#define _CERTTMPL_SECURITYPROPERTYPAGE_H
|
|
|
|
#include <aclui.h>
|
|
#include "CertTemplate.h"
|
|
|
|
HRESULT CreateCertTemplateSecurityInfo (
|
|
CCertTemplate *pCertTemplate,
|
|
LPSECURITYINFO *ppObjSI);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#endif // _CERTTMPL_SECURITYPROPERTYPAGE_H
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|