| EngineOptionsBuilderPasswordStore Property  | 
 
                Gets or sets the password store type which specifies the
                storage backend should be used to encrypt cookies on Linux.
            
 
    Namespace: 
   DotNetBrowser.Engine
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.5
 Syntax
Syntaxpublic PasswordStore PasswordStore { get; set; }Property Value
Type: 
PasswordStoreThe password store type. Returns null if the password store type was not set.
 Remarks
Remarks
                If the password store type was not set, then the encryption storage backend is chosen by
                Chromium engine automatically.
            
 See Also
See Also