ISearchRoot::get_AuthenticationType Method

Gets the type of authentication needed to access the URL.

Syntax

HRESULT get_AuthenticationType(      
    AUTH_TYPE *pAuthType
);

Parameters

  • pAuthType
    [out] Returns a pointer to a value from the AUTH_TYPE enumeration that indicates the authentication type required to access URLs under the given search root.

Return Value

Returns S_OK if successful, or an error value otherwise.