Click or drag to resize

OcspResponderRevocationConfigurationCollectionItem Property (String)

Gets Online Responder revocation configuration by name. If named configuration is not found, the indexer returns null.

Namespace:  SysadminsLV.PKI.Management.CertificateServices
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public OcspResponderRevocationConfiguration this[
	string name
] { get; }

Parameters

name
Type: SystemString
Revocation configuration name.

Property Value

Type: OcspResponderRevocationConfiguration
See Also