WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

SecureLazy<(Of <(<'TFactory>)>)> Class

Lazy class that allows properties to progressively load data or interact with a factory pattern

Namespace:  Walter.Cypher
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


[ObfuscationAttribute]
[DebuggerStepThroughAttribute]
public abstract class SecureLazy<TFactory> : Secure

Type Parameters

TFactory
The factory that should be accessibly in this class

Inheritance Hierarchy


Object
  Walter.Cypher..::..Secure
    Walter.Cypher..::..SecureLazy<(Of <(<'TFactory>)>)>