OCSPResponseSignerCertificateIsValid Property |
Indicates whether the signig certificate is valid for requested usage.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public bool SignerCertificateIsValid { get; }
Public ReadOnly Property SignerCertificateIsValid As Boolean
Get
public:
property bool SignerCertificateIsValid {
bool get ();
}
member SignerCertificateIsValid : bool with get
Property Value
Type:
BooleanRemarks 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.
See Also