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

Represents the AuthenticationResult type More...

Inherits Sequence.

Public Member Functions

 AuthenticationResult ()
 The default constructor. More...
 
 AuthenticationResult (Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, byte[] argEapMessage)
 Constructs an instance of AuthenticationResult with the specified mandatory components. More...
 
 AuthenticationResult (Oss.Nas5GS1680.NASKeySetIdentifierContainer argNgKSI, byte[] argEapMessage, byte[] argAbba)
 Constructs an instance of AuthenticationResult 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[] EapMessage [get, set]
 Field 'eapMessage' (mandatory) More...
 
byte[] Abba [get, set]
 Field 'abba' (optional) More...
 

Detailed Description

Represents the AuthenticationResult type

Constructor & Destructor Documentation

◆ AuthenticationResult() [1/3]

Oss.Nas5GS1680.AuthenticationResult.AuthenticationResult ( )
inline

The default constructor.

◆ AuthenticationResult() [2/3]

Oss.Nas5GS1680.AuthenticationResult.AuthenticationResult ( Oss.Nas5GS1680.NASKeySetIdentifierContainer  argNgKSI,
byte[]  argEapMessage 
)
inline

Constructs an instance of AuthenticationResult with the specified mandatory components.

Parameters
argNgKSIThe value of the ngKSI mandatory field
argEapMessageThe value of the eapMessage mandatory field

◆ AuthenticationResult() [3/3]

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

Constructs an instance of AuthenticationResult with the specified components.

Parameters
argNgKSIThe value of the ngKSI mandatory field
argEapMessageThe value of the eapMessage mandatory field
argAbbaThe value of the abba optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ Abba

byte [] Oss.Nas5GS1680.AuthenticationResult.Abba
getset

Field 'abba' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.AuthenticationResult.EapMessage
getset

Field 'eapMessage' (mandatory)

◆ NgKSI

Oss.Nas5GS1680.NASKeySetIdentifierContainer Oss.Nas5GS1680.AuthenticationResult.NgKSI
getset

Field 'ngKSI' (mandatory)

◆ Spare

int Oss.Nas5GS1680.AuthenticationResult.Spare
get

Field 'spare' (mandatory, readonly)