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.
68 lines
689 B
68 lines
689 B
//+-------------------------------------------------------------------------
|
|
//
|
|
// 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|