OSS NAS Tools for C# for LTE/EPC for 3GPP Release 17.9.0
Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported Class Reference

Represents the EPSIdentityProtectionAlgorithmsSupported type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 EPSIdentityProtectionAlgorithmsSupported ()
 The default constructor.
 
 EPSIdentityProtectionAlgorithmsSupported (bool argEpsIntegrityAlgorithmEIA0, bool argEpsIntegrityAlgorithm128EIA1, bool argEpsIntegrityAlgorithm128EIA2, bool argEpsIntegrityAlgorithm128EIA3, bool argEpsIntegrityAlgorithmEIA4, bool argEpsIntegrityAlgorithmEIA5, bool argEpsIntegrityAlgorithmEIA6, bool argEpsUPIP)
 Constructs an instance of EPSIdentityProtectionAlgorithmsSupported with the specified components. More...
 
override bool Equals (object right)
 Determines whether the specified object is equal to the current object. More...
 
override int GetHashCode ()
 Represents a hash function for a particular type. More...
 
object Copy ()
 Creates a deep copy of this object. More...
 

Properties

bool EpsIntegrityAlgorithmEIA0 [get, set]
 Field 'epsIntegrityAlgorithmEIA0' (mandatory)
 
bool EpsIntegrityAlgorithm128EIA1 [get, set]
 Field 'epsIntegrityAlgorithm128EIA1' (mandatory)
 
bool EpsIntegrityAlgorithm128EIA2 [get, set]
 Field 'epsIntegrityAlgorithm128EIA2' (mandatory)
 
bool EpsIntegrityAlgorithm128EIA3 [get, set]
 Field 'epsIntegrityAlgorithm128EIA3' (mandatory)
 
bool EpsIntegrityAlgorithmEIA4 [get, set]
 Field 'epsIntegrityAlgorithmEIA4' (mandatory)
 
bool EpsIntegrityAlgorithmEIA5 [get, set]
 Field 'epsIntegrityAlgorithmEIA5' (mandatory)
 
bool EpsIntegrityAlgorithmEIA6 [get, set]
 Field 'epsIntegrityAlgorithmEIA6' (mandatory)
 
bool EpsUPIP [get, set]
 Field 'epsUPIP' (mandatory)
 

Detailed Description

Constructor & Destructor Documentation

◆ EPSIdentityProtectionAlgorithmsSupported()

Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.EPSIdentityProtectionAlgorithmsSupported ( bool  argEpsIntegrityAlgorithmEIA0,
bool  argEpsIntegrityAlgorithm128EIA1,
bool  argEpsIntegrityAlgorithm128EIA2,
bool  argEpsIntegrityAlgorithm128EIA3,
bool  argEpsIntegrityAlgorithmEIA4,
bool  argEpsIntegrityAlgorithmEIA5,
bool  argEpsIntegrityAlgorithmEIA6,
bool  argEpsUPIP 
)
inline

Constructs an instance of EPSIdentityProtectionAlgorithmsSupported with the specified components.

Parameters
argEpsIntegrityAlgorithmEIA0The value of the epsIntegrityAlgorithmEIA0 mandatory field
argEpsIntegrityAlgorithm128EIA1The value of the epsIntegrityAlgorithm128EIA1 mandatory field
argEpsIntegrityAlgorithm128EIA2The value of the epsIntegrityAlgorithm128EIA2 mandatory field
argEpsIntegrityAlgorithm128EIA3The value of the epsIntegrityAlgorithm128EIA3 mandatory field
argEpsIntegrityAlgorithmEIA4The value of the epsIntegrityAlgorithmEIA4 mandatory field
argEpsIntegrityAlgorithmEIA5The value of the epsIntegrityAlgorithmEIA5 mandatory field
argEpsIntegrityAlgorithmEIA6The value of the epsIntegrityAlgorithmEIA6 mandatory field
argEpsUPIPThe value of the epsUPIP mandatory field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.Copy ( )
inline

Creates a deep copy of this object.

Returns
A new object that is a deep copy of this instance.

◆ Equals()

override bool Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.Equals ( object  right)
inline

Determines whether the specified object is equal to the current object.

Parameters
rightThe object to compare with this object.
Returns
true when the specified object is equal to the current object; otherwise, false.

◆ GetHashCode()

override int Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.