Verifies the certificate exists. If it does then various information about the certificate is returned in the By Ref parameters.

Syntax

ISWebUtilities.VerifyCertificate(certificateName, certificateIsFile, certificatePassword, issuer, friendlyName, validFrom, validTo, version, [expiryDate])

Parameters

NameTypeOptionalByRefDescription
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 the Certificate if the certificateName contains a File Name.
issuer String ByRef
friendlyName String ByRef
validFrom String ByRef
validTo String ByRef
version String ByRef
expiryDate Date Optional ByRef If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value indicating success.

Member of:
ISWebUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0