Represents the SecurityModeCommand
type
More...
Inherits Oss.Nas.Sequence.
|
| SecurityModeCommand () |
| The default constructor.
|
|
| SecurityModeCommand (Oss.Nas1790.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1790.UESecurityCapability argReplayedUESecurityCapabilities) |
| Constructs an instance of SecurityModeCommand with the specified mandatory components. More...
|
|
| SecurityModeCommand (Oss.Nas1790.NASSecurityAlgorithms argSelectedNASSecurityAlgorithms, Oss.Nas1790.NASKeySetIdentifierContainer argNasKeySetIdentifier, Oss.Nas1790.UESecurityCapability argReplayedUESecurityCapabilities, Oss.Nas1790.IMEISVRequest argImeisvRequest, long? argReplayedNonceUE, long? argNonceMME, byte[] argHashMME, Oss.Nas1790.UEAdditionalSecurityCapability argReplayedUEAdditionalSecurityCapability, Oss.Nas1790.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...
|
|
|
Oss.Nas1790.NASSecurityAlgorithms | SelectedNASSecurityAlgorithms [get, set] |
| Field 'selectedNASSecurityAlgorithms' (mandatory)
|
|
Oss.Nas1790.NASKeySetIdentifierContainer | NasKeySetIdentifier [get, set] |
| Field 'nasKeySetIdentifier' (mandatory)
|
|
int | SpareHalfOctet [get] |
| Field 'spareHalfOctet' (mandatory, readonly)
|
|
Oss.Nas1790.UESecurityCapability | ReplayedUESecurityCapabilities [get, set] |
| Field 'replayedUESecurityCapabilities' (mandatory)
|
|
Oss.Nas1790.IMEISVRequest | ImeisvRequest [get, set] |
| Field 'imeisvRequest' (optional)
|
|
long? | ReplayedNonceUE [get, set] |
| Field 'replayedNonceUE' (optional)
|
|
long? | NonceMME [get, set] |
| Field 'nonceMME' (optional)
|
|
byte[] | HashMME [get, set] |
| Field 'hashMME' (optional)
|
|
Oss.Nas1790.UEAdditionalSecurityCapability | ReplayedUEAdditionalSecurityCapability [get, set] |
| Field 'replayedUEAdditionalSecurityCapability' (optional)
|
|
Oss.Nas1790.UERadioCapabilityIDRequest | UeRadioCapabilityIDRequest [get, set] |
| Field 'ueRadioCapabilityIDRequest' (optional)
|
|
Represents the SecurityModeCommand
type
◆ SecurityModeCommand() [1/2]
Constructs an instance of SecurityModeCommand
with the specified mandatory components.
- Parameters
-
argSelectedNASSecurityAlgorithms | The value of the selectedNASSecurityAlgorithms mandatory field |
argNasKeySetIdentifier | The value of the nasKeySetIdentifier mandatory field |
argReplayedUESecurityCapabilities | The value of the replayedUESecurityCapabilities mandatory field |
◆ SecurityModeCommand() [2/2]
Constructs an instance of SecurityModeCommand
with the specified components.
- Parameters
-
argSelectedNASSecurityAlgorithms | The value of the selectedNASSecurityAlgorithms mandatory field |
argNasKeySetIdentifier | The value of the nasKeySetIdentifier mandatory field |
argReplayedUESecurityCapabilities | The value of the replayedUESecurityCapabilities mandatory field |
argImeisvRequest | The value of the imeisvRequest optional field |
argReplayedNonceUE | The value of the replayedNonceUE optional field |
argNonceMME | The value of the nonceMME optional field |
argHashMME | The value of the hashMME optional field |
argReplayedUEAdditionalSecurityCapability | The value of the replayedUEAdditionalSecurityCapability optional field |
argUeRadioCapabilityIDRequest | The value of the ueRadioCapabilityIDRequest optional field |
◆ Copy()
object Oss.Nas1790.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.Nas1790.SecurityModeCommand.Equals |
( |
object |
right | ) |
|
|
inline |
Determines whether the specified object is equal to the current object.
- Parameters
-
right | The object to compare with this object. |
- Returns
true
when the specified object is equal to the current object; otherwise, false.
◆ GetHashCode()
override int Oss.Nas1790.SecurityModeCommand.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.