Retrieves a client certificate.

This function is repeated in ISSystem.

Syntax

ISWebUtilities.GetCertificate(certificateName, certificateIsFile, certificatePassword, certificate)

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 accessing a Certificate File.
certificate System.Security.Cryptography.X509Certificates.X509Certificate2 ByRef Will contain the certificate if it is found

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