EncryptionType Class |
Namespace: Obujekutoru
The EncryptionType type exposes the following members.
Name | Description | |
---|---|---|
AESEncryption |
AES encryption type.
| |
DESEncryption |
DES encryption type.
| |
RC2Encryption |
RC2 encryption type.
| |
TripleDESEncryption |
3DES encryption type.
|
Name | Description | |
---|---|---|
Equals |
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
Parse |
Converts the string representation of an encryption type to its encryption type equivalent.
| |
ToString |
Converts this instance to its equivalent string representation.
(Overrides ObjectToString.) | |
TryParse |
Converts the string representation of an encryption type to its encryption type equivalent.
A return value indicates whether the conversion succeeded.
|
Name | Description | |
---|---|---|
Equality |
Implementation of the == operator for EncryptionType class.
| |
Inequality |
Implementation of the != operator for EncryptionType class.
|