Click or drag to resize

OCSPRequestAcceptedSignatureAlgorithms Property

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

Namespace:  PKI.OCSP
Assembly:  SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax
public Oid2[] AcceptedSignatureAlgorithms { get; set; }

Property Value

Type: Oid2
Remarks
OCSP server may return an error
See Also