SignerKeyPublicKey Property
This property is a PEM formatted public key.
Object Oriented Interface
public function getSignerKeyPublicKey(); public function setSignerKeyPublicKey($value);
Procedural Interface
ipworksencrypt_dsa_get($res, 25 ); ipworksencrypt_dsa_set($res, 25, $value );
Default Value
''
Remarks
This property is a PEM formatted public key. The purpose of this property is to allow easier management of the public key parameters by using only a single value.
Data Type
String