OSS NAS Tools for C# for 5G for 3GPP Release 16.8.0
Oss.Nas5GS1680.UESecurityCapability Class Reference

Represents the UESecurityCapability type More...

Inherits Sequence.

Classes

class  EpsAlgorithmsType
 Represents the type of the epsAlgorithms field More...
 

Public Member Functions

 UESecurityCapability ()
 The default constructor. More...
 
 UESecurityCapability (Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported argNas5GSEncryptionAlgorithmsSupported, Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported argNas5GSIntegrityAlgorithmsSupported)
 Constructs an instance of UESecurityCapability with the specified mandatory components. More...
 
 UESecurityCapability (Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported argNas5GSEncryptionAlgorithmsSupported, Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported argNas5GSIntegrityAlgorithmsSupported, Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType argEpsAlgorithms)
 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.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported Nas5GSEncryptionAlgorithmsSupported [get, set]
 Field 'nas5GSEncryptionAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported Nas5GSIntegrityAlgorithmsSupported [get, set]
 Field 'nas5GSIntegrityAlgorithmsSupported' (mandatory) More...
 
Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType EpsAlgorithms [get, set]
 Field 'epsAlgorithms' (optional) More...
 

Detailed Description

Represents the UESecurityCapability type

Constructor & Destructor Documentation

◆ UESecurityCapability() [1/3]

Oss.Nas5GS1680.UESecurityCapability.UESecurityCapability ( )
inline

The default constructor.

◆ UESecurityCapability() [2/3]

Oss.Nas5GS1680.UESecurityCapability.UESecurityCapability ( Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported  argNas5GSEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported  argNas5GSIntegrityAlgorithmsSupported 
)
inline

Constructs an instance of UESecurityCapability with the specified mandatory components.

Parameters
argNas5GSEncryptionAlgorithmsSupportedThe value of the nas5GSEncryptionAlgorithmsSupported mandatory field
argNas5GSIntegrityAlgorithmsSupportedThe value of the nas5GSIntegrityAlgorithmsSupported mandatory field

◆ UESecurityCapability() [3/3]

Oss.Nas5GS1680.UESecurityCapability.UESecurityCapability ( Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported  argNas5GSEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported  argNas5GSIntegrityAlgorithmsSupported,
Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType  argEpsAlgorithms 
)
inline

Constructs an instance of UESecurityCapability with the specified components.

Parameters
argNas5GSEncryptionAlgorithmsSupportedThe value of the nas5GSEncryptionAlgorithmsSupported mandatory field
argNas5GSIntegrityAlgorithmsSupportedThe value of the nas5GSIntegrityAlgorithmsSupported mandatory field
argEpsAlgorithmsThe value of the epsAlgorithms optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EpsAlgorithms

Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithmsType Oss.Nas5GS1680.UESecurityCapability.EpsAlgorithms
getset

Field 'epsAlgorithms' (optional)

◆ Nas5GSEncryptionAlgorithmsSupported

Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported Oss.Nas5GS1680.UESecurityCapability.Nas5GSEncryptionAlgorithmsSupported
getset

Field 'nas5GSEncryptionAlgorithmsSupported' (mandatory)

◆ Nas5GSIntegrityAlgorithmsSupported

Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported Oss.Nas5GS1680.UESecurityCapability.Nas5GSIntegrityAlgorithmsSupported
getset

Field 'nas5GSIntegrityAlgorithmsSupported' (mandatory)