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