Class FinSecurityMethodParam
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
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
Methods
IsSupported(string, int)
Determine whether a particular security procedure is supported.
public bool IsSupported(string sSecurityProcCode, int nSecurityProcVersion)