Class FinRevokePinBlockBuilder
Builder for a revoke PIN block request segment (DKPSA or HKPSA).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinRevokePinBlockBuilder : FinOrderBuilder
Constructors
FinRevokePinBlockBuilder(FinContact)
Creates a FinRevokePinBlockBuilder instance based on the given contact.
Declaration
public FinRevokePinBlockBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Exceptions
Type | Condition |
---|---|
ArgumentNullException | The parameter aContact was |
InvalidOperationException | The given contact does not use PIN/TAN security. |
Methods
Build()
Creates an order segment that can be used to submit a revoke PIN block request.
Declaration
public FinOrder Build()
Returns
Type | Description |
---|---|
FinOrder | Returns a new FinOrder instance that encapsulates an order for a revoke PIN block request. Depending on the type of orders supported according to the bank parameter data, this may either be a HKPSA or a DKPSA segment. |