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

Represents the UESecurityCapability type More...

Inherits Oss.Nas.Sequence.

Public Member Functions

 UESecurityCapability ()
 The default constructor.
 
 UESecurityCapability (Oss.Nas1790.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported argEpsIdentityProtectionAlgorithmsSupported)
 Constructs an instance of UESecurityCapability with the specified mandatory components. More...
 
 UESecurityCapability (Oss.Nas1790.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported argEpsIdentityProtectionAlgorithmsSupported, Oss.Nas1790.NAS1790_TumtsAlgorithms argUmtsAlgorithms)
 Constructs an instance of UESecurityCapability 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

Oss.Nas1790.EPSEncryptionAlgorithmsSupported EpsEncryptionAlgorithmsSupported [get, set]
 Field 'epsEncryptionAlgorithmsSupported' (mandatory)
 
Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported EpsIdentityProtectionAlgorithmsSupported [get, set]
 Field 'epsIdentityProtectionAlgorithmsSupported' (mandatory)
 
Oss.Nas1790.NAS1790_TumtsAlgorithms UmtsAlgorithms [get, set]
 Field 'umtsAlgorithms' (optional)
 

Detailed Description

Represents the UESecurityCapability type

Constructor & Destructor Documentation

◆ UESecurityCapability() [1/2]

Oss.Nas1790.UESecurityCapability.UESecurityCapability ( Oss.Nas1790.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported  argEpsIdentityProtectionAlgorithmsSupported 
)
inline

Constructs an instance of UESecurityCapability with the specified mandatory components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIdentityProtectionAlgorithmsSupportedThe value of the epsIdentityProtectionAlgorithmsSupported mandatory field

◆ UESecurityCapability() [2/2]

Oss.Nas1790.UESecurityCapability.UESecurityCapability ( Oss.Nas1790.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported  argEpsIdentityProtectionAlgorithmsSupported,
Oss.Nas1790.NAS1790_TumtsAlgorithms  argUmtsAlgorithms 
)
inline

Constructs an instance of UESecurityCapability with the specified components.

Parameters
argEpsEncryptionAlgorithmsSupportedThe value of the epsEncryptionAlgorithmsSupported mandatory field
argEpsIdentityProtectionAlgorithmsSupportedThe value of the epsIdentityProtectionAlgorithmsSupported mandatory field
argUmtsAlgorithmsThe value of the umtsAlgorithms optional field

Member Function Documentation

◆ Copy()

object Oss.Nas1790.UESecurityCapability.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.UESecurityCapability.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.UESecurityCapability.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.