SecurePassword Property (BLTClient)
- Last UpdatedApr 08, 2026
- 1 minute read
Gets or sets the secure password associated with the specified UserName (null for single sign-on).
public SecureString SecurePassword {get; set;}
public:
property SecureString^ SecurePassword {
SecureString^ get();
void set ( SecureString^ value);
}