Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IPortletRequest.GetBasicAuthPassword Method 

Returns the password from the HTTP Authorization header in the web request.

string GetBasicAuthPassword();

Return Value

The basic authentication password.

Exceptions

Exception Type Condition
NotInRequestException No Basic Auth password is present in the web request.

See Also

IPortletRequest Interface | Plumtree.Remote.Portlet Namespace