Get a Client Certificate from a base-64 encoded String.
Syntax
ISWebUtilities.GetCertificateFromBase64String(certificateText, certificatePassword, certificate)
Parameters
| Name | Type | Optional | ByRef | Description |
| certificateText |
String |
|
|
The base-64 encoded Certificate. |
| certificatePassword |
String |
|
|
The Password required for accessing a Certificate File. |
| certificate |
System.Security.Cryptography.X509Certificates.X509Certificate2 |
|
ByRef |
The Certificate. |
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