[This is preliminary documentation and is subject to change.]
Deletes sensitive password information.
This method is mostly used on client (vs. server) to prevent process memory-inspection attack.
Its is usually called right after Login() was called.
Implementers may consider forcing post-factum GC.Collect() on all generations to make sure that orphaned
memory buff with sensitive information, that remains in RAM even after all references are killed, gets
compacted. This class implementation DOES NOT call Gc.Collect();
Namespace: NFX.SecurityAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Implements
IStringRepresentableCredentials ForgetSee Also