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
System.Object
FinSecurityMediaFST
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.FinTS.Core.dll
public class FinSecurityMediaFST : FinSecurityMediaKeyFile, IFinSecurityMedia
Constructors
Declaration
public FinSecurityMediaFST()
Properties
Declaration
public string UserName { get; }
Property Value
Type |
Description |
System.String |
|
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 |
System.String |
sFileName |
Complete file name of the key file. Must not be null .
|
Returns
Type |
Description |
System.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
Type |
Description |
System.Int32 |
|
Overrides
Declaration
protected override FinSecurityProfile[] OnGetSecurityProfiles()
Returns
Overrides
Declaration
protected override FinAuthenticateResult OnLoadKeyFile(string sUserName, string sPassphrase)
Parameters
Type |
Name |
Description |
System.String |
sUserName |
|
System.String |
sPassphrase |
|
Returns
Overrides
Declaration
protected override void OnRelease()
Overrides
Declaration
protected override FinAuthenticateResult OnSelectKeyFile(string sFileName)
Parameters
Type |
Name |
Description |
System.String |
sFileName |
|
Returns
Overrides
Implements