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; }
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
Parameters
- name
- Type: SystemString
Revocation configuration name.
Property Value
Type:
OcspResponderRevocationConfigurationSee Also