CredentialsProviderHelper.ZeroString Method
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Public Shared Sub ZeroString ( _
toZero As String _
)
public static void ZeroString(
string toZero
)
public:
static void ZeroString(
String^ toZero
)
static member ZeroString :
toZero:string -> unit
public static function ZeroString(
toZero : String
)
Parameters
- toZero
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.