IssuanceRequirements Class

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

Definition

Namespace: PKI.CertificateTemplates
Assembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.0.1.0 (4.0.1.0)
C#
public class IssuanceRequirements
Inheritance
Object    IssuanceRequirements

Properties

ApplicationPolicy Gets a set of application policy OID for the enrollment agent certificates.
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