This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISSLInfo Interface > ISSLInfo.CertPath Property (ArcObjects .NET 10.5 SDK) |
Path to certificate bundle.
[Visual Basic .NET] Public Property CertPath As String
[C#] public string CertPath {get; set;}
[C++]
HRESULT get_CertPath(
BSTR* CertPath
);
[C++]
HRESULT put_CertPath(
BSTR CertPath
);
[C++]
Parameters CertPath [out, retval] CertPath is a parameter of type BSTR CertPath [in] CertPath is a parameter of type BSTR