CertStorePassword 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 getCertStorePassword(); public function setCertStorePassword($value);
Procedural Interface
ipworksauth_claimsauth_get($res, 13 ); ipworksauth_claimsauth_set($res, 13, $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