Microsoft Internet Security and Acceleration Server 2000

FPCSSLCertificate.IssuedBy Property

Gets the name of the entity that issued the certificate.

VBScript Syntax[VBScript]

[ sIssuedBy = ] FPCSSLCertificate.IssuedBy

C++ Syntax[C++]

HRESULT get_IssuedBy(
  BSTR *psIssuedBy 
);

Parameters

sIssuedBy
A string that specifies the entity that issued the certificate.

The property is read-only.

Applies To

FPCSSLCertificate