Interface IEbicsSecurityMediumStoredContact
Interface that may be implemented by a security medium that stores EBICS contact information data.
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public interface IEbicsSecurityMediumStoredContact
Remarks
The property in this interface may only be accessed when the implementing security media is in the Authenticated State.
Properties
StoredContact
Declaration
EbicsContact StoredContact { get; set; }
Property Value
Type | Description |
---|---|
EbicsContact |
Remarks
This property may only be accessed when the security token is in the Authenticated State.