Class FinSecurityMediaFST
Implements the IFinSecurityMedia interface for RDH files as defined by the
BdB/Bankverlag and used by EFIN and other products based on the BdB HBCI Kernel.
These RDH files usually use the filename extension ".fst".
Inheritance
FinSecurityMediaFST
Assembly: Subsembly.FinTS.Core.dll
public class FinSecurityMediaFST : FinSecurityMediaKeyFile, IFinSecurityMedia
Constructors
Declaration
public FinSecurityMediaFST()
Properties
Declaration
public string UserName { get; }
Property Value
Methods
Convenient helper that tries to guess the right user name from the key file name.
Declaration
public static string GuessUserName(string sFileName)
Parameters
Type |
Name |
Description |
string |
sFileName |
Complete file name of the key file. Must not be null .
|
Returns
Type |
Description |
string |
If some reasonable guess could be made, then the guessed user name is returned. If
no reasonable guess was possible, then null is returned.
|
Declaration
protected override int OnGetMaxKeyLength()
Returns
Overrides
Declaration
protected override FinSecurityProfile[] OnGetSecurityProfiles()
Returns
Overrides
Declaration
protected override FinAuthenticateResult OnLoadKeyFile(string sUserName, string sPassphrase)
Parameters
Returns
Overrides
Declaration
protected override void OnRelease()
Overrides
Declaration
protected override FinAuthenticateResult OnSelectKeyFile(string sFileName)
Parameters
Type |
Name |
Description |
string |
sFileName |
|
Returns
Overrides
Implements