ConnectionStringUtility.ScrubPassword Method
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Function ScrubPassword ( _
message As String, _
assertOnDetection As Boolean _
) As String
public static string ScrubPassword(
string message,
bool assertOnDetection
)
public:
static String^ ScrubPassword(
String^ message,
bool assertOnDetection
)
static member ScrubPassword :
message:string *
assertOnDetection:bool -> string
public static function ScrubPassword(
message : String,
assertOnDetection : boolean
) : String
Parameters
- message
Type: System.String
- assertOnDetection
Type: System.Boolean
Return Value
Type: System.String
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.