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

Represents the AuthenticationResponse type More...

Inherits Sequence.

Public Member Functions

 AuthenticationResponse ()
 The default constructor. More...
 
 AuthenticationResponse (byte[] argAuthenticationResponseParameter, byte[] argEapMessage)
 Constructs an instance of AuthenticationResponse 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

byte[] AuthenticationResponseParameter [get, set]
 Field 'authenticationResponseParameter' (optional) More...
 
byte[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 

Detailed Description

Represents the AuthenticationResponse type

Constructor & Destructor Documentation

◆ AuthenticationResponse() [1/2]

Oss.Nas5GS1680.AuthenticationResponse.AuthenticationResponse ( )
inline

The default constructor.

◆ AuthenticationResponse() [2/2]

Oss.Nas5GS1680.AuthenticationResponse.AuthenticationResponse ( byte[]  argAuthenticationResponseParameter,
byte[]  argEapMessage 
)
inline

Constructs an instance of AuthenticationResponse with the specified components.

Parameters
argAuthenticationResponseParameterThe value of the authenticationResponseParameter optional field
argEapMessageThe value of the eapMessage optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ AuthenticationResponseParameter

byte [] Oss.Nas5GS1680.AuthenticationResponse.AuthenticationResponseParameter
getset

Field 'authenticationResponseParameter' (optional)

◆ EapMessage

byte [] Oss.Nas5GS1680.AuthenticationResponse.EapMessage
getset

Field 'eapMessage' (optional)