Represents the EPSIdentityProtectionAlgorithmsSupported
type
More...
Inherits Oss.Nas.Sequence.
|
| EPSIdentityProtectionAlgorithmsSupported () |
| The default constructor.
|
|
| EPSIdentityProtectionAlgorithmsSupported (bool argEpsIntegrityAlgorithmEIA0, bool argEpsIntegrityAlgorithm128EIA1, bool argEpsIntegrityAlgorithm128EIA2, bool argEpsIntegrityAlgorithm128EIA3, bool argEpsIntegrityAlgorithmEIA4, bool argEpsIntegrityAlgorithmEIA5, bool argEpsIntegrityAlgorithmEIA6, bool argEpsUPIP) |
| Constructs an instance of EPSIdentityProtectionAlgorithmsSupported 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 | EpsIntegrityAlgorithmEIA0 [get, set] |
| Field 'epsIntegrityAlgorithmEIA0' (mandatory)
|
|
bool | EpsIntegrityAlgorithm128EIA1 [get, set] |
| Field 'epsIntegrityAlgorithm128EIA1' (mandatory)
|
|
bool | EpsIntegrityAlgorithm128EIA2 [get, set] |
| Field 'epsIntegrityAlgorithm128EIA2' (mandatory)
|
|
bool | EpsIntegrityAlgorithm128EIA3 [get, set] |
| Field 'epsIntegrityAlgorithm128EIA3' (mandatory)
|
|
bool | EpsIntegrityAlgorithmEIA4 [get, set] |
| Field 'epsIntegrityAlgorithmEIA4' (mandatory)
|
|
bool | EpsIntegrityAlgorithmEIA5 [get, set] |
| Field 'epsIntegrityAlgorithmEIA5' (mandatory)
|
|
bool | EpsIntegrityAlgorithmEIA6 [get, set] |
| Field 'epsIntegrityAlgorithmEIA6' (mandatory)
|
|
bool | EpsUPIP [get, set] |
| Field 'epsUPIP' (mandatory)
|
|
◆ EPSIdentityProtectionAlgorithmsSupported()
Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.EPSIdentityProtectionAlgorithmsSupported |
( |
bool |
argEpsIntegrityAlgorithmEIA0, |
|
|
bool |
argEpsIntegrityAlgorithm128EIA1, |
|
|
bool |
argEpsIntegrityAlgorithm128EIA2, |
|
|
bool |
argEpsIntegrityAlgorithm128EIA3, |
|
|
bool |
argEpsIntegrityAlgorithmEIA4, |
|
|
bool |
argEpsIntegrityAlgorithmEIA5, |
|
|
bool |
argEpsIntegrityAlgorithmEIA6, |
|
|
bool |
argEpsUPIP |
|
) |
| |
|
inline |
Constructs an instance of EPSIdentityProtectionAlgorithmsSupported
with the specified components.
- Parameters
-
argEpsIntegrityAlgorithmEIA0 | The value of the epsIntegrityAlgorithmEIA0 mandatory field |
argEpsIntegrityAlgorithm128EIA1 | The value of the epsIntegrityAlgorithm128EIA1 mandatory field |
argEpsIntegrityAlgorithm128EIA2 | The value of the epsIntegrityAlgorithm128EIA2 mandatory field |
argEpsIntegrityAlgorithm128EIA3 | The value of the epsIntegrityAlgorithm128EIA3 mandatory field |
argEpsIntegrityAlgorithmEIA4 | The value of the epsIntegrityAlgorithmEIA4 mandatory field |
argEpsIntegrityAlgorithmEIA5 | The value of the epsIntegrityAlgorithmEIA5 mandatory field |
argEpsIntegrityAlgorithmEIA6 | The value of the epsIntegrityAlgorithmEIA6 mandatory field |
argEpsUPIP | The value of the epsUPIP mandatory field |
◆ Copy()
object Oss.Nas1790.EPSIdentityProtectionAlgorithmsSupported.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.EPSIdentityProtectionAlgorithmsSupported.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.EPSIdentityProtectionAlgorithmsSupported.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.