Microsoft Internet Security and Acceleration Server 2000

FPCSSLCertificate.IssuedTo Property

Gets the name of the entity to whom the certificate was issued.

VBScript Syntax[VBScript]

[ sIssuedTo = ] FPCSSLCertificate.IssuedTo

C++ Syntax[C++]

HRESULT get_IssuedTo( 
  BSTR *psIssuedTo 
);

Parameters

sIssuedTo
A string that specifies the entity to which the certificate was issued.

The property is read-only.

Applies To

FPCSSLCertificate