Microsoft Internet Security and Acceleration Server 2000

FPCSSLCertificate.FriendlyName Property

Gets the friendly name of the certificate.

VBScript Syntax[VBScript]

[ sFriendlyName = ] FPCSSLCertificate.FriendlyName

C++ Syntax[C++]

HRESULT get_FriendlyName(
  BSTR *psFriendlyName
);

Parameters

sFriendlyName
A string that specifies the friendly name of the certificate.

The property is read-only.

Applies To

FPCSSLCertificate