AFTableConnection.SecurePassword Property
- Last UpdatedNov 18, 2025
- 2 minute read
- PI System
- AF SDK 2024 R2
- Developer
This property is used to set the password that will be used
with the database connection when impersonation is not used.
Namespace: OSIsoft.AF.Asset
Assembly: OSIsoft.AFSDK (in OSIsoft.AFSDK.dll) Version: 3.1.1.1182
Syntax
public SecureString SecurePassword { set; }
Public WriteOnly Property SecurePassword As SecureString Set Dim instance As AFTableConnection Dim value As SecureString instance.SecurePassword = value
public: property SecureString^ SecurePassword { void set (SecureString^ value); }
member SecurePassword : SecureString with set
Property Value
Type: SecureStringThis property is used to set the password that will be used with the database connection when impersonation is not used.