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

Represents the S1UESecurityCapability type More...

Inherits Sequence.

Classes

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

Public Member Functions

 S1UESecurityCapability ()
 The default constructor. More...
 
 S1UESecurityCapability (Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported argNas5GSEncryptionAlgorithmsSupported, Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported argNas5GSIntegrityAlgorithmsSupported)
 Constructs an instance of S1UESecurityCapability with the specified mandatory components. More...
 
 S1UESecurityCapability (Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported argNas5GSEncryptionAlgorithmsSupported, Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported argNas5GSIntegrityAlgorithmsSupported, Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType argUmtsAlgorithms)
 Constructs an instance of S1UESecurityCapability 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.S1UESecurityCapability.UmtsAlgorithmsType UmtsAlgorithms [get, set]
 Field 'umtsAlgorithms' (optional) More...
 

Detailed Description

Represents the S1UESecurityCapability type

Constructor & Destructor Documentation

◆ S1UESecurityCapability() [1/3]

Oss.Nas5GS1680.S1UESecurityCapability.S1UESecurityCapability ( )
inline

The default constructor.

◆ S1UESecurityCapability() [2/3]

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

Constructs an instance of S1UESecurityCapability with the specified mandatory components.

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

◆ S1UESecurityCapability() [3/3]

Oss.Nas5GS1680.S1UESecurityCapability.S1UESecurityCapability ( Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported  argNas5GSEncryptionAlgorithmsSupported,
Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported  argNas5GSIntegrityAlgorithmsSupported,
Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType  argUmtsAlgorithms 
)
inline

Constructs an instance of S1UESecurityCapability with the specified components.

Parameters
argNas5GSEncryptionAlgorithmsSupportedThe value of the nas5GSEncryptionAlgorithmsSupported mandatory field
argNas5GSIntegrityAlgorithmsSupportedThe value of the nas5GSIntegrityAlgorithmsSupported mandatory field
argUmtsAlgorithmsThe value of the umtsAlgorithms optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Nas5GSEncryptionAlgorithmsSupported

Oss.Nas5GS1680.NAS5GSEncryptionAlgorithmsSupported Oss.Nas5GS1680.S1UESecurityCapability.Nas5GSEncryptionAlgorithmsSupported
getset

Field 'nas5GSEncryptionAlgorithmsSupported' (mandatory)

◆ Nas5GSIntegrityAlgorithmsSupported

Oss.Nas5GS1680.NAS5GSIntegrityAlgorithmsSupported Oss.Nas5GS1680.S1UESecurityCapability.Nas5GSIntegrityAlgorithmsSupported
getset

Field 'nas5GSIntegrityAlgorithmsSupported' (mandatory)

◆ UmtsAlgorithms

Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithmsType Oss.Nas5GS1680.S1UESecurityCapability.UmtsAlgorithms
getset

Field 'umtsAlgorithms' (optional)