Represents the UmtsEncryptionAlgorithmsSupported
type
More...
Inherits Oss.Nas.Sequence.
|
| UmtsEncryptionAlgorithmsSupported () |
| The default constructor.
|
|
| UmtsEncryptionAlgorithmsSupported (bool argUmtsEncryptionAlgorithmUEA0, bool argUmtsEncryptionAlgorithmUEA1, bool argUmtsEncryptionAlgorithmUEA2, bool argUmtsEncryptionAlgorithmUEA3, bool argUmtsEncryptionAlgorithmUEA4, bool argUmtsEncryptionAlgorithmUEA5, bool argUmtsEncryptionAlgorithmUEA6, bool argUmtsEncryptionAlgorithmUEA7) |
| Constructs an instance of UmtsEncryptionAlgorithmsSupported 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 | UmtsEncryptionAlgorithmUEA0 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA0' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA1 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA1' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA2 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA2' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA3 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA3' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA4 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA4' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA5 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA5' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA6 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA6' (mandatory)
|
|
bool | UmtsEncryptionAlgorithmUEA7 [get, set] |
| Field 'umtsEncryptionAlgorithmUEA7' (mandatory)
|
|
◆ UmtsEncryptionAlgorithmsSupported()
Oss.Nas1790.UmtsEncryptionAlgorithmsSupported.UmtsEncryptionAlgorithmsSupported |
( |
bool |
argUmtsEncryptionAlgorithmUEA0, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA1, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA2, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA3, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA4, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA5, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA6, |
|
|
bool |
argUmtsEncryptionAlgorithmUEA7 |
|
) |
| |
|
inline |
Constructs an instance of UmtsEncryptionAlgorithmsSupported
with the specified components.
- Parameters
-
argUmtsEncryptionAlgorithmUEA0 | The value of the umtsEncryptionAlgorithmUEA0 mandatory field |
argUmtsEncryptionAlgorithmUEA1 | The value of the umtsEncryptionAlgorithmUEA1 mandatory field |
argUmtsEncryptionAlgorithmUEA2 | The value of the umtsEncryptionAlgorithmUEA2 mandatory field |
argUmtsEncryptionAlgorithmUEA3 | The value of the umtsEncryptionAlgorithmUEA3 mandatory field |
argUmtsEncryptionAlgorithmUEA4 | The value of the umtsEncryptionAlgorithmUEA4 mandatory field |
argUmtsEncryptionAlgorithmUEA5 | The value of the umtsEncryptionAlgorithmUEA5 mandatory field |
argUmtsEncryptionAlgorithmUEA6 | The value of the umtsEncryptionAlgorithmUEA6 mandatory field |
argUmtsEncryptionAlgorithmUEA7 | The value of the umtsEncryptionAlgorithmUEA7 mandatory field |
◆ Copy()
object Oss.Nas1790.UmtsEncryptionAlgorithmsSupported.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.UmtsEncryptionAlgorithmsSupported.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.UmtsEncryptionAlgorithmsSupported.GetHashCode |
( |
| ) |
|
|
inline |
Represents a hash function for a particular type.
- Returns
- A hash code for the current object.