Class EbicsFileSpoolerCredentials
For protected EbicsFileSpooler storage, this class is used to carry the
users storage authentication credentials.
Inheritance
EbicsFileSpoolerCredentials
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerCredentials
Constructors
EbicsFileSpoolerCredentials(string, string)
Declaration
public EbicsFileSpoolerCredentials(string sUserName, string sPassword)
Parameters
Properties
PassCode
Declaration
public string PassCode { get; }
Property Value
Password
Declaration
public string Password { get; }
Property Value
UserName
Declaration
public string UserName { get; }
Property Value
Methods
FromPassCode(string, string)
Declaration
public static EbicsFileSpoolerCredentials FromPassCode(string sUserName, string sPassCode)
Parameters
Returns