Class EbicsFileSpoolerCredentials
For protected EbicsFileSpooler storage, this class is used to carry the users storage authentication credentials.
public class EbicsFileSpoolerCredentials
- Inheritance
-
EbicsFileSpoolerCredentials
- Inherited Members
Constructors
EbicsFileSpoolerCredentials(string, string)
public EbicsFileSpoolerCredentials(string sUserName, string sPassword)
Parameters
Properties
PassCode
public string PassCode { get; }
Property Value
Password
public string Password { get; }
Property Value
UserName
public string UserName { get; }
Property Value
Methods
FromPassCode(string, string)
public static EbicsFileSpoolerCredentials FromPassCode(string sUserName, string sPassCode)