ICertServerPolicyManagedSetCertificateProperty Method

Sets certificate property.

Definition

Namespace: ADCS.CertMod.Managed
Assembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 3.0.0+d2bb03ea44678b01baee06872c78fd0a30d7e09e
C#
void SetCertificateProperty(
	string strPropertyName,
	int PropertyType,
	ref Object pvarPropertyValue
)

Parameters

strPropertyName  String
Property name to set.
PropertyType  Int32
Value type.
pvarPropertyValue  Object
Value to set.

See Also