AFPromptForCredential.ShowDialog Method
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
Overload List
| Name | Description | |
|---|---|---|
| ShowDialog | Shows the form as a modal dialog box. (Inherited from Form.) | |
| ShowDialog(IWin32Window) | Shows the form as a modal dialog box with the specified owner. (Inherited from Form.) | |
| ShowDialog(IWin32Window, PISystem, Boolean) |
Show the prompt for credential dialog to get a NetworkCredential to
connect to a PISystem.
| |
| ShowDialog(IWin32Window, PICollectiveMember, PIAuthenticationMode, Boolean, Boolean, Boolean) |
Show the prompt for credential dialog to get a NetworkCredential to
connect to a PIServer.
| |
| ShowDialog(IWin32Window, PIServer, PIAuthenticationMode, Boolean, Boolean, Boolean) |
Show the prompt for credential dialog to get a NetworkCredential to
connect to a PIServer.
|