Table of Contents

Class FileSystemCredentials

Namespace
The.WPF.Shell.Login
Assembly
Instagile.WPF.dll
public sealed class FileSystemCredentials : List<(string username, string password, bool auto)>, IList<(string username, string password, bool auto)>, ICollection<(string username, string password, bool auto)>, IReadOnlyList<(string username, string password, bool auto)>, IReadOnlyCollection<(string username, string password, bool auto)>, IEnumerable<(string username, string password, bool auto)>, IList, ICollection, IEnumerable
Inheritance
FileSystemCredentials
Implements
Inherited Members

Methods

GetStandardStoreFilePath(string)

public static string GetStandardStoreFilePath(string environment)

Parameters

environment string

Returns

string

LoadSaved(string)

public static FileSystemCredentials LoadSaved(string filePath)

Parameters

filePath string

Returns

FileSystemCredentials

Save(string)

public void Save(string filePath)

Parameters

filePath string