Class FileSystemCredentials
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
environmentstring
Returns
LoadSaved(string)
public static FileSystemCredentials LoadSaved(string filePath)
Parameters
filePathstring
Returns
Save(string)
public void Save(string filePath)
Parameters
filePathstring