MDAC 2.5 SDK - OLE DB Programmer's Reference
Appendix C: OLE DB Properties


 

DBPROP_AUTH_ENCRYPT_PASSWORD

Property group: Initialization

Property set: DBPROPSET_DBINIT

Type: VT_BOOL

Typical R/W: R/W

Description: Encrypt Password

Value Meaning
VARIANT_TRUE The consumer requires that the password be sent to the data source object or enumerator in an encrypted form. This property specifies a stronger form of masking than DBPROP_AUTH_MASKPASSWORD; it uses cryptographic techniques.
VARIANT_FALSE The password can be sent in an unencrypted form.