OCSPResponseSignerCertificateIsValid Property
Indicates whether the signing certificate is valid for requested usage.
Namespace: SysadminsLV.PKI.OcspClientAssembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
public bool SignerCertificateIsValid { get; }
Public ReadOnly Property SignerCertificateIsValid As Boolean
Get
public:
property bool SignerCertificateIsValid {
bool get ();
}
member SignerCertificateIsValid : bool with get
Property Value
Boolean This check returns
True under the following circumstances:
- Is issued by the trusted certification authority.
- If it is delegated signing certificate, the certificate MUST contains id-kp-OCSPSigning
Enhanced Key Usage .
- If it is delegated signing certificate, the certificate MUST contains OCSP id-pkix-ocsp-nocheck
extension.
If any of this check fails, the property returns
False.