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