Click or drag to resize

UsernamePasswordCredential Properties

The UsernamePasswordCredential type exposes the following members.

Properties
  NameDescription
Public propertyPassword
Gets the password.
Public propertySaslPreppedPassword
Gets the the SASLprepped password. May create a cleartext copy of the password in managed memory the first time it is accessed. Use only as needed e.g. for SCRAM-SHA-256.
Public propertySource
Gets the source.
Public propertyUsername
Gets the username.
Top
See Also