OcspResponderRevocationConfigurationHashAlgorithm Property |
Gets or sets the hashing algorithm used to sign OCSP responses.
Namespace:
SysadminsLV.PKI.Management.CertificateServices
Assembly:
SysadminsLV.PKI (in SysadminsLV.PKI.dll) Version: 3.7.0.0 (3.7.0.0)
Syntax public Oid2 HashAlgorithm { get; set; }
Public Property HashAlgorithm As Oid2
Get
Set
public:
property Oid2^ HashAlgorithm {
Oid2^ get ();
void set (Oid2^ value);
}
member HashAlgorithm : Oid2 with get, set
Property Value
Type:
Oid2Remarks Windows Server 2008 and Windows Server 2008 R2 support only SHA1 algorithm.
See Also