Interface IEbicsSecurityMediumSignaturePin
Interface for hardware based security media that needs a different PIN for digital signatures.
public interface IEbicsSecurityMediumSignaturePin
Remarks
If this interface is implemented, it implies that a digital signature PIN is needed for this security media. Through this interface a user entered digital signature PIN can be supplied to the implementation. If no digital signature PIN is provided, then a class 2 PIN verification with PIN pad shall be attempted, when a digital signature is requested.
Properties
HaveSignaturePIN
Indicates whether a digital signature PIN has been provided.
bool HaveSignaturePIN { get; }
Property Value
Methods
SetSignaturePIN(string)
Provides the digital signature PIN for digital signatures.
void SetSignaturePIN(string sPIN)
Parameters
sPIN
stringThe user provided digital signature PIN, or
null
.