IP*Works! Encrypt V9 - Online Help
IP*Works! Encrypt V9
Questions / Feedback?

SigningAlgorithm Property

Textual description of the signature hash algorithm.

Object Oriented Interface

public function getSigningAlgorithm();
public function setSigningAlgorithm($value);

Procedural Interface

ipworksencrypt_smime_get($res, 26 );
ipworksencrypt_smime_set($res, 26, $value );

Default Value

'SHA1'

Remarks

This property specifies the hash algorithm used to prepare the message digest for signature.

This property must contain either the name of the algorithm (such as "MD5" or "SHA1"), or an object id (OID) string representing the hash algorithm.

When read, the value of the property always contains the OID of the algorithm, or an empty string if the algorithm is unknown.

Data Type

String

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 9.0.6240.0