Represents the EPSEncryptionAlgorithmsSupported
type
More...
Inherits Oss.Nas.Sequence.
|
| EPSEncryptionAlgorithmsSupported () |
| The default constructor.
|
|
| EPSEncryptionAlgorithmsSupported (bool argEpsEncryptionAlgorithmEEA0, bool argEpsEncryptionAlgorithm128EEA1, bool argEpsEncryptionAlgorithm128EEA2, bool argEpsEncryptionAlgorithm128EEA3, bool argEpsEncryptionAlgorithmEEA4, bool argEpsEncryptionAlgorithmEEA5, bool argEpsEncryptionAlgorithmEEA6, bool argEpsEncryptionAlgorithmEEA7) |
| Constructs an instance of EPSEncryptionAlgorithmsSupported 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...
|
|
|
bool | EpsEncryptionAlgorithmEEA0 [get, set] |
| Field 'epsEncryptionAlgorithmEEA0' (mandatory)
|
|
bool | EpsEncryptionAlgorithm128EEA1 [get, set] |
| Field 'epsEncryptionAlgorithm128EEA1' (mandatory)
|
|
bool | EpsEncryptionAlgorithm128EEA2 [get, set] |
| Field 'epsEncryptionAlgorithm128EEA2' (mandatory)
|
|
bool | EpsEncryptionAlgorithm128EEA3 [get, set] |
| Field 'epsEncryptionAlgorithm128EEA3' (mandatory)
|
|
bool | EpsEncryptionAlgorithmEEA4 [get, set] |
| Field 'epsEncryptionAlgorithmEEA4' (mandatory)
|
|
bool | EpsEncryptionAlgorithmEEA5 [get, set] |
| Field 'epsEncryptionAlgorithmEEA5' (mandatory)
|
|
bool | EpsEncryptionAlgorithmEEA6 [get, set] |
| Field 'epsEncryptionAlgorithmEEA6' (mandatory)
|
|
bool | EpsEncryptionAlgorithmEEA7 [get, set] |
| Field 'epsEncryptionAlgorithmEEA7' (mandatory)
|
|
◆ EPSEncryptionAlgorithmsSupported()
Oss.Nas1790.EPSEncryptionAlgorithmsSupported.EPSEncryptionAlgorithmsSupported |
( |
bool |
argEpsEncryptionAlgorithmEEA0, |
|
|
bool |
argEpsEncryptionAlgorithm128EEA1, |
|
|
bool |
argEpsEncryptionAlgorithm128EEA2, |
|
|
bool |
argEpsEncryptionAlgorithm128EEA3, |
|
|
bool |
argEpsEncryptionAlgorithmEEA4, |
|
|
bool |
argEpsEncryptionAlgorithmEEA5, |
|
|
bool |
argEpsEncryptionAlgorithmEEA6, |
|
|
bool |
argEpsEncryptionAlgorithmEEA7 |
|
) |
| |
|
inline |
Constructs an instance of EPSEncryptionAlgorithmsSupported
with the specified components.
- Parameters
-
argEpsEncryptionAlgorithmEEA0 | The value of the epsEncryptionAlgorithmEEA0 mandatory field |
argEpsEncryptionAlgorithm128EEA1 | The value of the epsEncryptionAlgorithm128EEA1 mandatory field |
argEpsEncryptionAlgorithm128EEA2 | The value of the epsEncryptionAlgorithm128EEA2 mandatory field |
argEpsEncryptionAlgorithm128EEA3 | The value of the epsEncryptionAlgorithm128EEA3 mandatory field |
argEpsEncryptionAlgorithmEEA4 | The value of the epsEncryptionAlgorithmEEA4 mandatory field |
argEpsEncryptionAlgorithmEEA5 | The value of the epsEncryptionAlgorithmEEA5 mandatory field |
argEpsEncryptionAlgorithmEEA6 | The value of the epsEncryptionAlgorithmEEA6 mandatory field |
argEpsEncryptionAlgorithmEEA7 | The value of the epsEncryptionAlgorithmEEA7 mandatory field |
◆ Copy()
object Oss.Nas1790.EPSEncryptionAlgorithmsSupported.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.EPSEncryptionAlgorithmsSupported.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.EPSEncryptionAlgorithmsSupported.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.