Class EbicsFileSpoolerCredentials
For protected EbicsFileSpooler storage, this class is used to carry the users storage authentication credentials.
Inheritance
System.Object
EbicsFileSpoolerCredentials
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsFileSpoolerCredentials
Constructors
EbicsFileSpoolerCredentials(String, String)
Declaration
public EbicsFileSpoolerCredentials(string sUserName, string sPassword)
Parameters
Type | Name | Description |
---|---|---|
System.String | sUserName | |
System.String | sPassword |
Properties
PassCode
Declaration
public string PassCode { get; }
Property Value
Type | Description |
---|---|
System.String |
Password
Declaration
public string Password { get; }
Property Value
Type | Description |
---|---|
System.String |
UserName
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
FromPassCode(String, String)
Declaration
public static EbicsFileSpoolerCredentials FromPassCode(string sUserName, string sPassCode)
Parameters
Type | Name | Description |
---|---|---|
System.String | sUserName | |
System.String | sPassCode |
Returns
Type | Description |
---|---|
EbicsFileSpoolerCredentials |