ArcObjects Library Reference (System)  

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(
  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

Product Availability

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

See Also

ISSLInfo Interface