SignerCertStorePassword Property
If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
Object Oriented Interface
public function getSignerCertStorePassword(); public function setSignerCertStorePassword($value);
Procedural Interface
ipworksauth_claimsauth_get($res, 40 ); ipworksauth_claimsauth_set($res, 40, $value );
Default Value
''
Remarks
If the certificate store is of a type that requires a password, this property is used to specify that password in order to open the certificate store.
This property is not available at design time.
Data Type
String