GlobalPrivateDataCover Property |
Gets or sets the string to be used instead of the actual password data in the log when
HidePasswords is
true.
Namespace: MailBeeAssembly: MailBee.NET (in MailBee.NET.dll) Version: 12.5.0 build 687 for .NET 4.5
Syntax public static string PrivateDataCover { get; set; }
Public Shared Property PrivateDataCover As String
Get
Set
Property Value
Type:
StringThe string to replace the actual password data in the log file or memory log.
The default value is "********".
Exceptions See Also