[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: NFXAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public SealedString Seal(
string value,
out bool existed
)
public SealedString Seal(
string value,
out bool existed
)
Public Function Seal (
value As String,
<OutAttribute> ByRef existed As Boolean
) As SealedString
Public Function Seal (
value As String,
<OutAttribute> ByRef existed As Boolean
) As SealedString
public:
SealedString Seal(
String^ value,
[OutAttribute] bool% existed
)
public:
SealedString Seal(
String^ value,
[OutAttribute] bool% existed
)
member Seal :
value : string *
existed : bool byref -> SealedString
member Seal :
value : string *
existed : bool byref -> SealedString
Return Value
Type:
SealedString