OlmStorage.FromStream

OlmStorage.FromStream method

Load OLM from stream.

public static OlmStorage FromStream(Stream stream)
ParameterTypeDescription
streamStreamThe System.IO.Stream.

Return Value

An OlmStorage object that represents the current OLM storage.

See Also