CertificateTemplateRegistrationAuthority Class

Represents registration authority requirements. These are number of authorized signatures and authorized certificate application and/or issuance policy requirements.

Definition

Namespace: SysadminsLV.PKI.ADCS.CertificateTemplates
Assembly: SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 4.0.1
C#
public class CertificateTemplateRegistrationAuthority
Inheritance
Object    CertificateTemplateRegistrationAuthority

Properties

ApplicationPolicies Gets a set of application policy OID for the enrollment agent certificates.
CAManagerApproval Gets or sets whether the requests based on a referenced template are put to a pending state.
CertificatePolicies Gets a set of certificate policy OIDs for the enrollment agent certificates.
ExistingCertForRenewal Gets the certificate re-enrollment requirements. If the property is set to True, existing valid certificate is sufficient for re-enrollment, otherwise, the same enrollment criteria is required for certificate renewal as was used for initial enrollment.
SignatureCount Gets the number of registration agent (aka enrollment agent) signatures that are required on a request that references this template.

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Returns a textual representation of the certificate template issuance settings.
(Overrides ObjectToString)

See Also