Click or drag to resize

OcspResponderAddRevocationConfiguration Method (String, CertificateAuthority)

Adds new revocation configuration to Online Responder to work with specified certification authority.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OcspResponderRevocationConfiguration AddRevocationConfiguration(
	string name,
	CertificateAuthority certificateAuthority
)

Parameters

name
Type: SystemString
Revocation configuration display name.
certificateAuthority
Type: PKI.CertificateServicesCertificateAuthority
Certification Authority object associated with revocation configuration.

Return Value

Type: OcspResponderRevocationConfiguration
Created revocation configuration. Use this return value to configure the revocation configuration.
See Also