Interface IEbicsSecurityMediumStoredContact

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

Interface that may be implemented by a security medium that stores EBICS contact information data.

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

EbicsContact StoredContact { get; set; }

Property Value

EbicsContact

Remarks

This property may only be accessed when the security token is in the Authenticated State.