Class EbicsHVSignerInfos

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

Collection of EbicsHVSignerInfo objects.

public class EbicsHVSignerInfos : Collection<EbicsHVSignerInfo>, IList<EbicsHVSignerInfo>, ICollection<EbicsHVSignerInfo>, IReadOnlyList<EbicsHVSignerInfo>, IReadOnlyCollection<EbicsHVSignerInfo>, IEnumerable<EbicsHVSignerInfo>, IList, ICollection, IEnumerable
Inheritance
EbicsHVSignerInfos
Implements
Inherited Members

Methods

FindSignerInfo(string)

Finds the signer info of the signature with the highest significance, done by a given user.

public EbicsHVSignerInfo FindSignerInfo(string sUserID)

Parameters

sUserID string

The user ID of the EBICS user for which the signature is sought. Must not be null.

Returns

EbicsHVSignerInfo