Plumtree Portal UI  
 

PTLoginHelper.AttemptBasicAuthLogin Method (String, String)

This helper method attempts to login using the credentials and decodes them with the specified encoding.

protected virtual IPTSession AttemptBasicAuthLogin(
   string sEncodedCredentials,
   string sEncoding
);

Parameters

sEncodedCredentials
sEncoding

Return Value

user session

See Also

PTLoginHelper Class | com.plumtree.portaluiinfrastructure.login Namespace | PTLoginHelper.AttemptBasicAuthLogin Overload List