OCSPRequestAcceptedSignatureAlgorithms Property

Gets an array of supported signature algorithms that OCSP server shall use to sign response. Default algorithm is sha1RSA.

Definition

Namespace: SysadminsLV.PKI.OcspClient
Assembly: SysadminsLV.PKI.OcspClient (in SysadminsLV.PKI.OcspClient.dll) Version: 4.0.1
C#
public Oid[] AcceptedSignatureAlgorithms { get; set; }

Property Value

Oid

Remarks

OCSP server may return an error

See Also