IDPasswordCredentials Forget Method NFX Class Library

[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.Security
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public override void Forget()

Implements

IStringRepresentableCredentials Forget 
See Also