Class LibraryInitializer
- Namespace
- LibSodium
- Assembly
- LibSodium.Net.dll
Static class that manages the initialization and configuration of libsodium.
public static class LibraryInitializer
- Inheritance
-
LibraryInitializer
- Inherited Members
Properties
IsInitialized
Gets a value indicating whether the library has been initialized
public static bool IsInitialized { get; }
Property Value
Methods
EnsureInitialized()
Ensures that the libsodium library is initialized.
public static void EnsureInitialized()