Class EbicsFileSpoolerAccessControlEntry
Represents a single entry in an EbicsFileSpooler access control list file.
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 EbicsFileSpoolerAccessControlEntry : EbicsElement
Properties
UserName
Declaration
public string UserName { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlDocument | xmlDocument | |
EbicsVersion | nVersion |
Returns
Type | Description |
---|---|
System.Xml.XmlElement |
Overrides
ObtainFolderKey(EbicsFileSpoolerCredentials)
Attempt to decrypt the folder key stored in this entry.
Declaration
public byte[] ObtainFolderKey(EbicsFileSpoolerCredentials aUserCredentials)
Parameters
Type | Name | Description |
---|---|---|
EbicsFileSpoolerCredentials | aUserCredentials |
Returns
Type | Description |
---|---|
System.Byte[] | If the password is wrong, then |
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Type | Name | Description |
---|---|---|
System.Xml.XmlElement | xmlElement | |
EbicsVersion | nVersion |
Overrides
VerifyPassword(String)
Declaration
public bool VerifyPassword(string sPassword)
Parameters
Type | Name | Description |
---|---|---|
System.String | sPassword |
Returns
Type | Description |
---|---|
System.Boolean |