Specifies that the channel requires authentication for updates.
Syntax
<LOGIN/>
Attributes
- None Supported
Element Information
Number of occurrences None or one (top-level channel only) Parent elements CHANNEL Child elements None File formats supported CDF Requires closing tag No
Remarks
A CDF file containing the LOGIN element will prompt the user for a name and password during the channel subscription process.
Example
The following example shows how to implement name and password authentication for the top-level channel.
<CHANNEL> <LOGIN/> . . . </CHANNEL>