Click or drag to resize

PasswordStore  Conversion (String to PasswordStore)

Returns the PasswordStore instance by its string representation.

Namespace:  DotNetBrowser.Engine
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public static explicit operator PasswordStore (
	string value
)

Parameters

value
Type: SystemString
The password store string representation

Return Value

Type: PasswordStore
The PasswordStore instance that corresponds to the provided string representation.
See Also