AFPromptForCredential.Password Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- Developer
The value of the password in the dialog.
Namespace: OSIsoft.AF.UI
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.2.0.7
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.