AFPromptForCredential.Password Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
The value of the password in the dialog.
Namespace: OSIsoft.AF.UI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public SecureString Password { get; }
Public ReadOnly Property Password As SecureString Get Dim instance As AFPromptForCredential Dim value As SecureString value = instance.Password
public: property SecureString^ Password { SecureString^ get (); }
member Password : SecureString with get
Property Value
Type: SecureStringAfter the dialog is closed, this property will return the value of the password from the dialog.