PasswordStore Conversion (String to PasswordStore) |
Namespace:
DotNetBrowser.Engine
Assembly:
DotNetBrowser (in DotNetBrowser.dll) Version: 2.24.2
Syntax 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