This document is archived and information here might be outdated.  Recommended version.


ISSLInfo.CertPath Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IS > ISSLInfo Interface > ISSLInfo.CertPath Property
ArcGIS Developer Help

ISSLInfo.CertPath Property

Path to certificate bundle.

[Visual Basic .NET]
Public Property CertPath As String
[C#]
public string CertPath {get; set;}
[C++]
HRESULT get_CertPath(
  System.String* 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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISSLInfo Interface