OcspResponderRevocationConfigurationCollectionItem(String) Property

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

Definition

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

Parameters

name  String
Revocation configuration name.

Property Value

OcspResponderRevocationConfiguration

See Also