Click or drag to resize

WipeString Method

Zeroises a StringBuilder

Namespace: CryptoSysAPI
Assembly: diCrSysAPINet (in diCrSysAPINet.dll) Version: 6.22.2.24248 (6.22.2.0)
Syntax
public static bool String(
	StringBuilder sb
)

Parameters

sb  StringBuilder
StringBuilder to be wiped

Return Value

Boolean
true if successful; false if fails
Remarks
NB You can't wipe an ordinary string as they are immutable in C#, so store any sensitive string data in a StringBuilder.
See Also