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