Gets the certificate store having the specified name.
Syntax:
Set <oCertificateStore> = object.GetCertificateStore(<sStoreName>)
Parameters:
sStoreName – Name of certificate store.
Returns:
Returns object of type FREDI.ediSecurityCertificateStore
if the certificate store exists; otherwise empty object is returned if not
found, or if the operation failed.