CryptoSys PKI Pro Manual

Wipe.String Method

Zeroise a StringBuilder.

Syntax

[C#]
public static bool String(
	StringBuilder sb
)
[VB.NET]
Public Shared Function String ( _
	sb As StringBuilder _
) As Boolean

Parameters

sb
StringBuilder to be wiped

Return Value

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

VB6/C equivalent: WIPE_Data

[Contents] [Index]

[PREV: Wipe.File Method...]   [Contents]   [Index]   
   [NEXT: X509.CertExpiresOn Method...]

Copyright © 2004-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.