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

Represents the AuthenticationRequest type More...

Inherits Sequence.

Public Member Functions

 AuthenticationRequest ()
 The default constructor. More...
 
 AuthenticationRequest (Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, byte[] argAbba)
 Constructs an instance of AuthenticationRequest with the specified mandatory components. More...
 
 AuthenticationRequest (Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, byte[] argAbba, byte[] argAuthenticationParameterRAND, byte[] argAuthenticationParameterAUTN, byte[] argEapMessage)
 Constructs an instance of AuthenticationRequest 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.NASKeySetIdentifierContainer NgKSI [get, set]
 Field 'ngKSI' (mandatory) More...
 
int Spare [get]
 Field 'spare' (mandatory, readonly) More...
 
byte[] Abba [get, set]
 Field 'abba' (mandatory) More...
 
byte[] AuthenticationParameterRAND [get, set]
 Field 'authenticationParameterRAND' (optional) More...
 
byte[] AuthenticationParameterAUTN [get, set]
 Field 'authenticationParameterAUTN' (optional) More...
 
byte[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 

Detailed Description

Represents the AuthenticationRequest type

Constructor & Destructor Documentation

◆ AuthenticationRequest() [1/3]

Oss.Nas5GS1680.AuthenticationRequest.AuthenticationRequest ( )
inline

The default constructor.

◆ AuthenticationRequest() [2/3]

Oss.Nas5GS1680.AuthenticationRequest.AuthenticationRequest ( Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
byte[]  argAbba 
)
inline

Constructs an instance of AuthenticationRequest with the specified mandatory components.

Parameters
argNgKSIThe value of the ngKSI mandatory field
argAbbaThe value of the abba mandatory field

◆ AuthenticationRequest() [3/3]

Oss.Nas5GS1680.AuthenticationRequest.AuthenticationRequest ( Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
byte[]  argAbba,
byte[]  argAuthenticationParameterRAND,
byte[]  argAuthenticationParameterAUTN,
byte[]  argEapMessage 
)
inline

Constructs an instance of AuthenticationRequest with the specified components.

Parameters
argNgKSIThe value of the ngKSI mandatory field
argAbbaThe value of the abba mandatory field
argAuthenticationParameterRANDThe value of the authenticationParameterRAND optional field
argAuthenticationParameterAUTNThe value of the authenticationParameterAUTN optional field
argEapMessageThe value of the eapMessage optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Abba

byte [] Oss.Nas5GS1680.AuthenticationRequest.Abba
getset

Field 'abba' (mandatory)

◆ AuthenticationParameterAUTN

byte [] Oss.Nas5GS1680.AuthenticationRequest.AuthenticationParameterAUTN
getset

Field 'authenticationParameterAUTN' (optional)

◆ AuthenticationParameterRAND

byte [] Oss.Nas5GS1680.AuthenticationRequest.AuthenticationParameterRAND
getset

Field 'authenticationParameterRAND' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.AuthenticationRequest.EapMessage
getset

Field 'eapMessage' (optional)

◆ NgKSI

Oss.Nas5GS1680.NASKeySetIdentifierContainer Oss.Nas5GS1680.AuthenticationRequest.NgKSI
getset

Field 'ngKSI' (mandatory)

◆ Spare

int Oss.Nas5GS1680.AuthenticationRequest.Spare
get

Field 'spare' (mandatory, readonly)