Plumtree Portal UI  
 

SSOLoginInfo Constructor (String)

Constructs a SSOLoginInfo with the given username and an empty password.\u0009Identical to SSOLoginInfo(sPrefixAndName, null).

public SSOLoginInfo(
   string sPrefixAndName
);

Parameters

sPrefixAndName
the username in the form "prefix\\username"

See Also

SSOLoginInfo Class | com.plumtree.portaluiinfrastructure.sso Namespace | SSOLoginInfo Constructor Overload List