Class EbicsHVSignerInfos
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
sUserIDstringThe user ID of the EBICS user for which the signature is sought. Must not be
null.