CryptoSys PKI Pro Manual

wipeString

Wipe a string securely and return an empty string.

Syntax

[VBA]
Public Function wipeString ( _
    ByRef szToWipe As String _
) As String

Parameters

szToWipe
String to be wiped.

Return Value

String: An empty string.

Remarks

To use: szToWipe = wipeString(szToWipe)

Example

Dim strData As String
strData = "my deepest secrets"
strData = wipeString(strData)
[PREV: wipeBytes...]   [Contents]   [Index]   
   [NEXT: x509CertThumb...]

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