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

Represents the SecurityModeCommand type More...

Inherits Sequence.

Public Member Functions

 SecurityModeCommand ()
 The default constructor. More...
 
 SecurityModeCommand (Oss.Nas1670.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1670.UESecurityCapability argReplayedUESecurityCapabilities)
 Constructs an instance of SecurityModeCommand with the specified mandatory components. More...
 
 SecurityModeCommand (Oss.Nas1670.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas1670.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1670.UESecurityCapability argReplayedUESecurityCapabilities, Oss.Nas1670.IMEISVRequest argImeisvRequest, long? argReplayedNonceUE, long? argNonceMME, byte[] argHashMME, Oss.Nas1670.UEAdditionalSecurityCapability argReplayedUEAdditionalSecurityCapability, Oss.Nas1670.UERadioCapabilityIDRequest argUeRadioCapabilityIDRequest)
 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.Nas1670.NASSecurityAlgorithms SelectedNASSecurityAlgorithms [get, set]
 Field 'selectedNASSecurityAlgorithms' (mandatory) More...
 
Oss.Nas1670.NASKeySetIdentifierContainer NasKeySetIdentifier [get, set]
 Field 'nasKeySetIdentifier' (mandatory) More...
 
int SpareHalfOctet [get]
 Field 'spareHalfOctet' (mandatory, readonly) More...
 
Oss.Nas1670.UESecurityCapability ReplayedUESecurityCapabilities [get, set]
 Field 'replayedUESecurityCapabilities' (mandatory) More...
 
Oss.Nas1670.IMEISVRequest ImeisvRequest [get, set]
 Field 'imeisvRequest' (optional) More...
 
long? ReplayedNonceUE [get, set]
 Field 'replayedNonceUE' (optional) More...
 
long? NonceMME [get, set]
 Field 'nonceMME' (optional) More...
 
byte[] HashMME [get, set]
 Field 'hashMME' (optional) More...
 
Oss.Nas1670.UEAdditionalSecurityCapability ReplayedUEAdditionalSecurityCapability [get, set]
 Field 'replayedUEAdditionalSecurityCapability' (optional) More...
 
Oss.Nas1670.UERadioCapabilityIDRequest UeRadioCapabilityIDRequest [get, set]
 Field 'ueRadioCapabilityIDRequest' (optional) More...
 

Detailed Description

Represents the SecurityModeCommand type

Constructor & Destructor Documentation

◆ SecurityModeCommand() [1/3]

Oss.Nas1670.SecurityModeCommand.SecurityModeCommand ( )
inline

The default constructor.

◆ SecurityModeCommand() [2/3]

Oss.Nas1670.SecurityModeCommand.SecurityModeCommand ( Oss.Nas1670.NASSecurityAlgorithms  argSelectedNASSecurityAlgorithms,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1670.UESecurityCapability  argReplayedUESecurityCapabilities 
)
inline

Constructs an instance of SecurityModeCommand with the specified mandatory components.

Parameters
argSelectedNASSecurityAlgorithmsThe value of the selectedNASSecurityAlgorithms mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argReplayedUESecurityCapabilitiesThe value of the replayedUESecurityCapabilities mandatory field

◆ SecurityModeCommand() [3/3]

Oss.Nas1670.SecurityModeCommand.SecurityModeCommand ( Oss.Nas1670.NASSecurityAlgorithms  argSelectedNASSecurityAlgorithms,
Oss.Nas1670.NASKeySetIdentifierContainer  argNasKeySetIdentifier,
Oss.Nas1670.UESecurityCapability  argReplayedUESecurityCapabilities,
Oss.Nas1670.IMEISVRequest  argImeisvRequest,
long?  argReplayedNonceUE,
long?  argNonceMME,
byte[]  argHashMME,
Oss.Nas1670.UEAdditionalSecurityCapability  argReplayedUEAdditionalSecurityCapability,
Oss.Nas1670.UERadioCapabilityIDRequest  argUeRadioCapabilityIDRequest 
)
inline

Constructs an instance of SecurityModeCommand with the specified components.

Parameters
argSelectedNASSecurityAlgorithmsThe value of the selectedNASSecurityAlgorithms mandatory field
argNasKeySetIdentifierThe value of the nasKeySetIdentifier mandatory field
argReplayedUESecurityCapabilitiesThe value of the replayedUESecurityCapabilities mandatory field
argImeisvRequestThe value of the imeisvRequest optional field
argReplayedNonceUEThe value of the replayedNonceUE optional field
argNonceMMEThe value of the nonceMME optional field
argHashMMEThe value of the hashMME optional field
argReplayedUEAdditionalSecurityCapabilityThe value of the replayedUEAdditionalSecurityCapability optional field
argUeRadioCapabilityIDRequestThe value of the ueRadioCapabilityIDRequest optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ HashMME

byte [] Oss.Nas1670.SecurityModeCommand.HashMME
getset

Field 'hashMME' (optional)

◆ ImeisvRequest

Oss.Nas1670.IMEISVRequest Oss.Nas1670.SecurityModeCommand.ImeisvRequest
getset

Field 'imeisvRequest' (optional)

◆ NasKeySetIdentifier

Oss.Nas1670.NASKeySetIdentifierContainer Oss.Nas1670.SecurityModeCommand.NasKeySetIdentifier
getset

Field 'nasKeySetIdentifier' (mandatory)

◆ NonceMME

long? Oss.Nas1670.SecurityModeCommand.NonceMME
getset

Field 'nonceMME' (optional)

◆ ReplayedNonceUE

long? Oss.Nas1670.SecurityModeCommand.ReplayedNonceUE
getset

Field 'replayedNonceUE' (optional)

◆ ReplayedUEAdditionalSecurityCapability

Oss.Nas1670.UEAdditionalSecurityCapability Oss.Nas1670.SecurityModeCommand.ReplayedUEAdditionalSecurityCapability
getset

Field 'replayedUEAdditionalSecurityCapability' (optional)

◆ ReplayedUESecurityCapabilities

Oss.Nas1670.UESecurityCapability Oss.Nas1670.SecurityModeCommand.ReplayedUESecurityCapabilities
getset

Field 'replayedUESecurityCapabilities' (mandatory)

◆ SelectedNASSecurityAlgorithms

Oss.Nas1670.NASSecurityAlgorithms Oss.Nas1670.SecurityModeCommand.SelectedNASSecurityAlgorithms
getset

Field 'selectedNASSecurityAlgorithms' (mandatory)

◆ SpareHalfOctet

int Oss.Nas1670.SecurityModeCommand.SpareHalfOctet
get

Field 'spareHalfOctet' (mandatory, readonly)

◆ UeRadioCapabilityIDRequest

Oss.Nas1670.UERadioCapabilityIDRequest Oss.Nas1670.SecurityModeCommand.UeRadioCapabilityIDRequest
getset

Field 'ueRadioCapabilityIDRequest' (optional)