> I'm looking for a way to determine the filenames of the cert/key-file
> on the service-side.
> So far, I've found some SecurityDescriptors, and there's even a
> ServiceSecurityDescriptor,
> offering getProxyFilename(), getCertFilename() and getKeyFilename(), but these
> seem to be information only about how the service was configured, and not
> about which service-side security-files are actually in use.
sorry, I forgot: this means there if there's no explicit configuration with
respect to certificates of the service, the get{Proxy,Cert,Key}Filename()
return "null". thus, I cannot use these methods.
kind regards,
H.Rosmanith