UtilPasswordsMaskSecureString Method

Overload List

MaskSecureString(SecureString, Char) Masks the source string with a specific character.
MaskSecureString(String, Char) Masks the source string with a specific character.
MaskSecureString(SecureString, Char, Char) Masks the source string with a specific character, allowing certain characters to remain unmasked.
MaskSecureString(String, Char, Char) Masks the source string with a specific character, allowing certain characters to remain unmasked.
MaskSecureString(SecureString, Int32, Boolean, Char) Partially masks the source string with a specific character.
MaskSecureString(String, Int32, Boolean, Char) Partially masks the source string with a specific character.
MaskSecureString(SecureString, Int32, Boolean, Char, Char) Partially masks the source string with a specific character, allowing certain characters to remain unmasked.
MaskSecureString(String, Int32, Boolean, Char, Char) Partially masks the source string with a specific character, allowing certain characters to remain unmasked.

See Also