CryptoSys API Library Manual
CipherStream.Instance Method
Create the one and only instance
Syntax
[C#]
public static CipherStream Instance()
[VB.NET]
Public Shared Function Instance As CipherStream
Return Value
Single instance to class
Remarks
CAUTION: Instances of different algorithms are not independent in the same thread.
[Contents] [Index]