This function is repeated in ISSystem.
| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| certificateName | String | The name of the Certificate in the Windows Certificate Store or a File Name. | ||
| certificateIsFile | Boolean | Indicates whether the Certificate Name is the name of a File rather than an entry in the Certificate Store. | ||
| certificatePassword | String | The Password required for accessing a Certificate File. | ||
| certificate | System.Security.Cryptography.X509Certificates.X509Certificate2 | ByRef | Will contain the certificate if it is found |
A Boolean value indicating success.