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

Represents the UESecurityCapability type More...

Inherits Sequence.

Classes

class  UmtsAlgorithmsType
 Represents the type of the umtsAlgorithms field More...
 

Public Member Functions

 UESecurityCapability ()
 The default constructor. More...
 
 UESecurityCapability (Oss.Nas1670.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas1670.EPSIdentityProtectionAlgorithmsSupported argEpsIdentityProtectionAlgorithmsSupported)
 Constructs an instance of UESecurityCapability with the specified mandatory components. More...
 
 UESecurityCapability (Oss.Nas1670.EPSEncryptionAlgorithmsSupported argEpsEncryptionAlgorithmsSupported, Oss.Nas1670.EPSIdentityProtectionAlgorithmsSupported argEpsIdentityProtectionAlgorithmsSupported, Oss.Nas1670.UESecurityCapability.UmtsAlgorithmsType 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.Nas1670.EPSEncryptionAlgorithmsSupported EpsEncryptionAlgorithmsSupported [get, set]
 Field 'epsEncryptionAlgorithmsSupported' (mandatory) More...
 
Oss.Nas1670.EPSIdentityProtectionAlgorithmsSupported EpsIdentityProtectionAlgorithmsSupported [get, set]
 Field 'epsIdentityProtectionAlgorithmsSupported' (mandatory) More...
 
Oss.Nas1670.UESecurityCapability.UmtsAlgorithmsType UmtsAlgorithms [get, set]
 Field 'umtsAlgorithms' (optional) More...
 

Detailed Description

Represents the UESecurityCapability type

Constructor & Destructor Documentation

◆ UESecurityCapability() [1/3]

Oss.Nas1670.UESecurityCapability.UESecurityCapability ( )
inline

The default constructor.

◆ UESecurityCapability() [2/3]

Oss.Nas1670.UESecurityCapability.UESecurityCapability ( Oss.Nas1670.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas1670.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() [3/3]

Oss.Nas1670.UESecurityCapability.UESecurityCapability ( Oss.Nas1670.EPSEncryptionAlgorithmsSupported  argEpsEncryptionAlgorithmsSupported,
Oss.Nas1670.EPSIdentityProtectionAlgorithmsSupported  argEpsIdentityProtectionAlgorithmsSupported,
Oss.Nas1670.UESecurityCapability.UmtsAlgorithmsType  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.Nas1670.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.Nas1670.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.Nas1670.UESecurityCapability.GetHashCode ( )
inline

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EpsEncryptionAlgorithmsSupported

Oss.Nas1670.EPSEncryptionAlgorithmsSupported Oss.Nas1670.UESecurityCapability.EpsEncryptionAlgorithmsSupported
getset

Field 'epsEncryptionAlgorithmsSupported' (mandatory)

◆ EpsIdentityProtectionAlgorithmsSupported

Oss.Nas1670.EPSIdentityProtectionAlgorithmsSupported Oss.Nas1670.UESecurityCapability.EpsIdentityProtectionAlgorithmsSupported
getset

Field 'epsIdentityProtectionAlgorithmsSupported' (mandatory)

◆ UmtsAlgorithms

Oss.Nas1670.UESecurityCapability.UmtsAlgorithmsType Oss.Nas1670.UESecurityCapability.UmtsAlgorithms
getset

Field 'umtsAlgorithms' (optional)