Click or drag to resize

IssuanceRequirements Class

Represents registration authority requirements. These are number of authorized signatures and authorized certificate application and/or issuance policy requirements.
Inheritance Hierarchy
SystemObject
  PKI.CertificateTemplatesIssuanceRequirements

Namespace:  PKI.CertificateTemplates
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public class IssuanceRequirements

The IssuanceRequirements type exposes the following members.

Properties
  NameDescription
Public propertyApplicationPolicy
Gets a set of application policy OID for the enrollment aget certificates.
Public propertyCertificatePolicies
Gets a set of certificate policy OIDs for the enrollment aget certificates.
Public propertyExistingCertForRenewal
Gets the certificate reenrollment requirements. If the property is set to True, existing valid certificate is sufficient for reenrollment, otherwise, the same enrollment criteria is required for certificate renewal as was used for initial enrollment.
Public propertySignatureCount
Gets the number of registration agent (aka enrollment agent) signatures that are required on a request that references this template.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a textual representation of the certificate template issuance settings.
(Overrides ObjectToString.)
Top
See Also