SealedString Scope Seal Method (String, Boolean )NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns an existing SealedString instance for existing data or allocates a new one. This method is thread-safe

Namespace: NFX
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public SealedString Seal(
	string value,
	out bool existed
)

Return Value

Type: SealedString
See Also