Class EbicsFileSpoolerCredentials

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

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

sUserName string
sPassword string

Properties

PassCode

public string PassCode { get; }

Property Value

string

Password

public string Password { get; }

Property Value

string

UserName

public string UserName { get; }

Property Value

string

Methods

FromPassCode(string, string)

public static EbicsFileSpoolerCredentials FromPassCode(string sUserName, string sPassCode)

Parameters

sUserName string
sPassCode string

Returns

EbicsFileSpoolerCredentials