OcspResponderRevocationConfigurationCollectionItem(String) Property
            Gets Online Responder revocation configuration by name. If named configuration is not found, the indexer returns null.
            
Namespace: SysadminsLV.PKI.Management.CertificateServicesAssembly: SysadminsLV.PKI.Win (in SysadminsLV.PKI.Win.dll) Version: 4.3.0+a868daf3196ed1ac6592e4f3e5cd2b429fc81eaa
public OcspResponderRevocationConfiguration this[
	string name
] { get; }
Public ReadOnly Default Property Item ( 
	name As String
) As OcspResponderRevocationConfiguration
	Get
public:
property OcspResponderRevocationConfiguration^ default[String^ name] {
	OcspResponderRevocationConfiguration^ get (String^ name);
}
member Item : OcspResponderRevocationConfiguration with get
- name  String
- Revocation configuration name.
OcspResponderRevocationConfiguration