PolicyServerClient.Templates Property

Gets the list of certificate templates available for the enrollment. This property is filled when LoadPolicy(String, SecureString) method is called.

Definition

Namespace: PKI.Enrollment.Policy
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
C#
public CertificateTemplate[] Templates { get; }

Property Value

CertificateTemplate[]

See Also