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

Represents the PDUSessionAuthenticationResult type More...

Inherits Sequence.

Public Member Functions

 PDUSessionAuthenticationResult ()
 The default constructor. More...
 
 PDUSessionAuthenticationResult (byte[] argEapMessage, Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW argExtendedProtocolConfigurationOptions)
 Constructs an instance of PDUSessionAuthenticationResult 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[] EapMessage [get, set]
 Field 'eapMessage' (optional) More...
 
Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW ExtendedProtocolConfigurationOptions [get, set]
 Field 'extendedProtocolConfigurationOptions' (optional) More...
 

Detailed Description

Represents the PDUSessionAuthenticationResult type

Constructor & Destructor Documentation

◆ PDUSessionAuthenticationResult() [1/2]

Oss.Nas5GS1680.PDUSessionAuthenticationResult.PDUSessionAuthenticationResult ( )
inline

The default constructor.

◆ PDUSessionAuthenticationResult() [2/2]

Oss.Nas5GS1680.PDUSessionAuthenticationResult.PDUSessionAuthenticationResult ( byte[]  argEapMessage,
Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW  argExtendedProtocolConfigurationOptions 
)
inline

Constructs an instance of PDUSessionAuthenticationResult with the specified components.

Parameters
argEapMessageThe value of the eapMessage optional field
argExtendedProtocolConfigurationOptionsThe value of the extendedProtocolConfigurationOptions optional field

Member Function Documentation

◆ Copy()

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

Represents a hash function for a particular type.

Returns
A hash code for the current object.

Property Documentation

◆ EapMessage

byte [] Oss.Nas5GS1680.PDUSessionAuthenticationResult.EapMessage
getset

Field 'eapMessage' (optional)

◆ ExtendedProtocolConfigurationOptions

Oss.Nas5GS1680.ExtendedProtocolConfigurationOptionsNW Oss.Nas5GS1680.PDUSessionAuthenticationResult.ExtendedProtocolConfigurationOptions
getset

Field 'extendedProtocolConfigurationOptions' (optional)