OCSPResponseSignatureAlgorithm Property |
Gets the algorithm used to create the signature of a response.
Namespace:
PKI.OCSP
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid SignatureAlgorithm { get; }
Public ReadOnly Property SignatureAlgorithm As Oid
Get
public:
property Oid^ SignatureAlgorithm {
Oid^ get ();
}
member SignatureAlgorithm : Oid with get
Property Value
Type:
OidRemarks The object identifier
(Oid) identifies the type of signature
algorithm used by the responder.
See Also