Class FinSecurityMethodParam

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Simple wrapper for a HISHV Segment.

public class FinSecurityMethodParam
Inheritance
FinSecurityMethodParam
Inherited Members

Constructors

FinSecurityMethodParam(FinSegment)

public FinSecurityMethodParam(FinSegment aHISHV)

Parameters

aHISHV FinSegment

Properties

HISHV

Direct access to wrapped HISHV segment.

public FinSegment HISHV { get; }

Property Value

FinSegment

SecurityProfiles

List of supported security profiles according to the HISHV segment.

public FinSecurityProfile[] SecurityProfiles { get; }

Property Value

FinSecurityProfile[]

An array of FinSecurityProfile instances. The returned array may be empty, but the array reference will never be null.

SecurityProfilesMixingAllowed

Indicates whether security profiles may be mixed within a single dialog or message.

public bool SecurityProfilesMixingAllowed { get; }

Property Value

bool

Methods

IsSupported(string, int)

Determine whether a particular security procedure is supported.

public bool IsSupported(string sSecurityProcCode, int nSecurityProcVersion)

Parameters

sSecurityProcCode string
nSecurityProcVersion int

Returns

bool