ICertServerPolicyManagedSetCertificateProperty Method
Sets certificate property.
Namespace: ADCS.CertMod.ManagedAssembly: ADCS.CertMod.Managed (in ADCS.CertMod.Managed.dll) Version: 1.2.0.0 (1.2.0.0)
void SetCertificateProperty(
string strPropertyName,
int PropertyType,
ref Object pvarPropertyValue
)
Sub SetCertificateProperty (
strPropertyName As String,
PropertyType As Integer,
ByRef pvarPropertyValue As Object
)
void SetCertificateProperty(
String^ strPropertyName,
int PropertyType,
Object^% pvarPropertyValue
)
Parameters
- strPropertyName String
- Property name to set.
- PropertyType Int32
- Value type.
- pvarPropertyValue Object
- Value to set.