Click or drag to resize

WipeString Method

Zeroise a StringBuilder.

Namespace: CryptoSysPKI
Assembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.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