Gets the AES provider instance.
Namespace: Simol.SecurityAssembly: Simol (in Simol.dll) Version: 1.0.0.0
Syntax
C# |
---|
public AesCryptoServiceProvider AesProvider { get; } |
Visual Basic |
---|
Public ReadOnly Property AesProvider As AesCryptoServiceProvider Get |
Visual C++ |
---|
public: property AesCryptoServiceProvider^ AesProvider { AesCryptoServiceProvider^ get (); } |
Field Value
The AES provider.Remarks
A new provider instance is created and returned for each thread which accesses this class.