ICertManageModuleGetProperty Method
The GetProperty method retrieves a module's property value.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
Object GetProperty(
string strConfig,
string strStorageLocation,
string strPropertyName,
int Flags
)
Function GetProperty (
strConfig As String,
strStorageLocation As String,
strPropertyName As String,
Flags As Integer
) As Object
Object^ GetProperty(
[InAttribute] String^ strConfig,
[InAttribute] String^ strStorageLocation,
[InAttribute] String^ strPropertyName,
[InAttribute] int Flags
)
- strConfig String
-
Represents the configuration string for the Certificate Services server in the form COMPUTERNAME\CANAME,
where COMPUTERNAME is the Certificate Services server's network name, and CANAME is the common name of
the certification authority (CA) as entered for the CA during Certificate Services setup.
- strStorageLocation String
-
A registry key that denotes the storage location in the HKEY_LOCAL_MACHINE hive for the property values.
- strPropertyName String
-
The name of the property being queried. Policy and exit modules should support the following properties.
- Name - Name of the module.
- Description - Description of the module.
- Copyright - Copyright pertaining to the module.
- File Version - Version of the module file.
- Product Version - Version of the module.
- Flags Int32
- This parameter is reserved and must be set to zero.
ObjectA value associated with the requested property.