RegCertificateTemplateExtendedProperties Property
Gets a collection of custom template properties.
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
public IDictionary<string, Object> ExtendedProperties { get; }
Public ReadOnly Property ExtendedProperties As IDictionary(Of String, Object)
Get
public:
virtual property IDictionary<String^, Object^>^ ExtendedProperties {
IDictionary<String^, Object^>^ get () sealed;
}
abstract ExtendedProperties : IDictionary<string, Object> with get
override ExtendedProperties : IDictionary<string, Object> with get
IDictionaryString,
ObjectIAdcsCertificateTemplateExtendedProperties