AFTableConnection.SecurePassword Property
- Last UpdatedJan 12, 2026
- 2 minute read
- PI System
- AF SDK 3.2.0
- 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.2.0.7
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.