1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980 |
- <HTML>
- <HEAD>
- <TITLE>IBM Cognos Software Development Kit C# security Program Sample</TITLE>
- <link rel="STYLESHEET" type="text/css" href="../../../webcontent/samples/samplesFonts.css">
- </HEAD>
- <BODY>
- <p class="headerTitle"><img src="../../../webcontent/samples/sdk/asp/images/go_logo_small.gif"> IBM Cognos Sample Programs</p>
- <p class="FormLabel">security.sln - Logon, Logoff, and Diplay Login Information </p>
- <p class="formText">The C# security sample program shows how to logon, logoff, and display login information.</p>
- <br>
- <p class="FormLabel">Dependent Files</p>
- <p class="formText">All associated files are contained in the security folder.</p>
- <p class="FormLabel">How To Run The Sample Program</p>
- <p class="formText">Double click on the file ..\csharp\bin\security.exe<br><br>
- A window will be opened containing:<br>
- - Run Option command button<br>
- - Select Option combo box<br>
- - URL text box<br>
- - Results Display Window <br>
- Choose an option from the 'Choose Option' combo box, then click on the 'Run Option' button to run the sample program.</p>
- <p class="FormLabel">Expected Results</p>
- <p class="formText">If security is enabled, the user will be prompted to logon, otherwise Anonymous authentication will be used.
- If the 'Get Logon Info' option is selected from the 'Choose Option' combo box, the Results Display Window will display the current logon information.
- If the 'Logoff' option is selected, the user will be logged out of the program.</p>
- <p class="FormLabel">Documentation</p>
- <p class="formText">The IBM Cognos Software Development Kit Developer Guide contains additional information about the samples. See the chapter titled 'Methods' and the appendix titled 'Code Samples and Language-Specific Coding Practices'.</p>
- <p class="formText">Please note that the samples are not intended to be treated as end-user applications. Refer to the sample code for examples of how to use the API when developing your own applications.</p>
- </BODY>
- </HTML>
|