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.0.1.0 (4.0.1.0)
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