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