This topic has not yet been rated - Rate this topic

ICertSrvSetup::SetCASetupProperty method

The SetCASetupProperty method sets a property value for a certification authority (CA) configuration.

Syntax


HRESULT SetCASetupProperty(
  [in]  CASetupProperty propertyId,
  [in]  VARIANT *pPropertyValue
);

Parameters

propertyId [in]

A CASetupProperty constant that specifies the type of property to configure.

The following properties are set as a side effect of other methods and cannot be set directly with this method.

ENUM_SETUPPROP_CANAME
ENUM_SETUPPROP_CADSSUFFIX
ENUM_SETUPPROP_EXPIRATIONDATE
ENUM_SETUPPROP_PARENTCANAME
ENUM_SETUPPROP_PARENTCAMACHINE
ENUM_SETUPPROP_DATABASEDIRECTORY
ENUM_SETUPPROP_LOGDIRECTORY
ENUM_SETUPPROP_SHAREDFOLDER
ENUM_SETUPPROP_WEBCAMACHINE
ENUM_SETUPPROP_WEBCANAME
pPropertyValue [in]

A pointer to a VARIANT that specifies the property value. The VARIANT type depends on the property type. For more information about the VARIANT type, see CASetupProperty.

Requirements

Minimum supported client

None supported [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Casetup.h

IDL

Casetup.idl

DLL

Certocm.dll

IID

IID_ICertSrvSetup is defined as b760a1bb-4784-44c0-8f12-555f0780ff25

See also

ICertSrvSetup

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.