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

Represents the SecurityModeCommand type More...

Inherits Sequence.

Public Member Functions

 SecurityModeCommand ()
 The default constructor. More...
 
 SecurityModeCommand (Oss.Nas5GS1680.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, Oss.Nas5GS1680.UESecurityCapability argReplayedUESecurityCapabilities)
 Constructs an instance of SecurityModeCommand with the specified mandatory components. More...
 
 SecurityModeCommand (Oss.Nas5GS1680.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, Oss.Nas5GS1680.UESecurityCapability argReplayedUESecurityCapabilities, Oss.Nas5GS1680.IMEISVRequest argImeisvRequest, Oss.Nas5GS1680.EPSNASSecurityAlgorithms argSelectedEPSNASSecurityAlgorithms, Oss.Nas5GS1680.Additional5GSecurityInformation argAdditional5GSecurityInformation, byte[] argEapMessage, byte[] argAbba, Oss.Nas5GS1680.S1UESecurityCapability argReplayedS1UESecurityCapabilities)
 Constructs an instance of SecurityModeCommand 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.NASSecurityAlgorithms SelectedNASSecurityAlgorithms [get, set]
 Field 'selectedNASSecurityAlgorithms' (mandatory) More...
 
Oss.Nas5GS1680.NASKeySetIdentifierContainer NgKSI [get, set]
 Field 'ngKSI' (mandatory) More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
Oss.Nas5GS1680.UESecurityCapability ReplayedUESecurityCapabilities [get, set]
 Field 'replayedUESecurityCapabilities' (mandatory) More...
 
Oss.Nas5GS1680.IMEISVRequest ImeisvRequest [get, set]
 Field 'imeisvRequest' (optional) More...
 
Oss.Nas5GS1680.EPSNASSecurityAlgorithms SelectedEPSNASSecurityAlgorithms [get, set]
 Field 'selectedEPSNASSecurityAlgorithms' (optional) More...
 
Oss.Nas5GS1680.Additional5GSecurityInformation Additional5GSecurityInformation [get, set]
 Field 'additional5GSecurityInformation' (optional) More...
 
byte[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 
byte[] Abba [get, set]
 Field 'abba' (optional) More...
 
Oss.Nas5GS1680.S1UESecurityCapability ReplayedS1UESecurityCapabilities [get, set]
 Field 'replayedS1UESecurityCapabilities' (optional) More...
 

Detailed Description

Represents the SecurityModeCommand type

Constructor & Destructor Documentation

◆ SecurityModeCommand() [1/3]

Oss.Nas5GS1680.SecurityModeCommand.SecurityModeCommand ( )
inline

The default constructor.

◆ SecurityModeCommand() [2/3]

Oss.Nas5GS1680.SecurityModeCommand.SecurityModeCommand ( Oss.Nas5GS1680.NASSecurityAlgorithms  argSelectedNASSecurityAlgorithms,
Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
Oss.Nas5GS1680.UESecurityCapability  argReplayedUESecurityCapabilities 
)
inline

Constructs an instance of SecurityModeCommand with the specified mandatory components.

Parameters
argSelectedNASSecurityAlgorithmsThe value of the selectedNASSecurityAlgorithms mandatory field
argNgKSIThe value of the ngKSI mandatory field
argReplayedUESecurityCapabilitiesThe value of the replayedUESecurityCapabilities mandatory field

◆ SecurityModeCommand() [3/3]

Oss.Nas5GS1680.SecurityModeCommand.SecurityModeCommand ( Oss.Nas5GS1680.NASSecurityAlgorithms  argSelectedNASSecurityAlgorithms,
Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
Oss.Nas5GS1680.UESecurityCapability  argReplayedUESecurityCapabilities,
Oss.Nas5GS1680.IMEISVRequest  argImeisvRequest,
Oss.Nas5GS1680.EPSNASSecurityAlgorithms  argSelectedEPSNASSecurityAlgorithms,
Oss.Nas5GS1680.Additional5GSecurityInformation  argAdditional5GSecurityInformation,
byte[]  argEapMessage,
byte[]  argAbba,
Oss.Nas5GS1680.S1UESecurityCapability  argReplayedS1UESecurityCapabilities 
)
inline

Constructs an instance of SecurityModeCommand with the specified components.

Parameters
argSelectedNASSecurityAlgorithmsThe value of the selectedNASSecurityAlgorithms mandatory field
argNgKSIThe value of the ngKSI mandatory field
argReplayedUESecurityCapabilitiesThe value of the replayedUESecurityCapabilities mandatory field
argImeisvRequestThe value of the imeisvRequest optional field
argSelectedEPSNASSecurityAlgorithmsThe value of the selectedEPSNASSecurityAlgorithms optional field
argAdditional5GSecurityInformationThe value of the additional5GSecurityInformation optional field
argEapMessageThe value of the eapMessage optional field
argAbbaThe value of the abba optional field
argReplayedS1UESecurityCapabilitiesThe value of the replayedS1UESecurityCapabilities optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Abba

byte [] Oss.Nas5GS1680.SecurityModeCommand.Abba
getset

Field 'abba' (optional)

◆ Additional5GSecurityInformation

Oss.Nas5GS1680.Additional5GSecurityInformation Oss.Nas5GS1680.SecurityModeCommand.Additional5GSecurityInformation
getset

Field 'additional5GSecurityInformation' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.SecurityModeCommand.EapMessage
getset

Field 'eapMessage' (optional)

◆ ImeisvRequest

Oss.Nas5GS1680.IMEISVRequest Oss.Nas5GS1680.SecurityModeCommand.ImeisvRequest
getset

Field 'imeisvRequest' (optional)

◆ NgKSI

Oss.Nas5GS1680.NASKeySetIdentifierContainer Oss.Nas5GS1680.SecurityModeCommand.NgKSI
getset

Field 'ngKSI' (mandatory)

◆ ReplayedS1UESecurityCapabilities

Oss.Nas5GS1680.S1UESecurityCapability Oss.Nas5GS1680.SecurityModeCommand.ReplayedS1UESecurityCapabilities
getset

Field 'replayedS1UESecurityCapabilities' (optional)

◆ ReplayedUESecurityCapabilities

Oss.Nas5GS1680.UESecurityCapability Oss.Nas5GS1680.SecurityModeCommand.ReplayedUESecurityCapabilities
getset

Field 'replayedUESecurityCapabilities' (mandatory)

◆ SelectedEPSNASSecurityAlgorithms

Oss.Nas5GS1680.EPSNASSecurityAlgorithms Oss.Nas5GS1680.SecurityModeCommand.SelectedEPSNASSecurityAlgorithms
getset

Field 'selectedEPSNASSecurityAlgorithms' (optional)

◆ SelectedNASSecurityAlgorithms

Oss.Nas5GS1680.NASSecurityAlgorithms Oss.Nas5GS1680.SecurityModeCommand.SelectedNASSecurityAlgorithms
getset

Field 'selectedNASSecurityAlgorithms' (mandatory)

◆ Spare

int Oss.Nas5GS1680.SecurityModeCommand.Spare
get

Field 'spare' (mandatory, readonly)