Describes the revocation options for a policy.

The following tables list the members exposed by the RevocationOptions type.

Public Properties

  Name Description
public property AllowSpecifyDelay Gets a Boolean value that indicates if users can specify the revocation delay during the revocation operation.
public property AllowSpecifyReason Gets a Boolean value that indicates if users can specify the revocation reason during the revocation operation.
public property DisableOldCardOrProfile Gets a Boolean value that indicates if the smart card or software profile that contains the certificate to be revoked is disabled as part of the revocation operation.
public property EffectiveRevocationDelay Gets the time span from when a revocation request is run to the time that the revocation is actually performed.
public property PublishBaseCrl Gets a Boolean value that indicates if a revocation operation causes the base certificate revocation list (CRL) to be published.
public property PublishDeltaCrl Gets a Boolean value that indicates if a revocation operation causes a delta certificate revocation list (CRL) to be published.
public property Reason Gets the default revocation reason that is used during a revocation operation.
public property RevokeOldCertificates Gets a Boolean value that indicates if all the certificates that are associated with the smart card or the software profile that are to be operated on during a revoke operation will also be revoked.
Top

Public Methods (see also Protected Methods)

  Name Description
public method Equals  Overloaded. (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public methodstatic ReferenceEquals  (Inherited from Object)
public method ToString  (Inherited from Object)
Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)
Top

See Also