Click or drag to resize
EncryptionType Class
Encryption types supported by the engine.
Inheritance Hierarchy
SystemObject
  ObujekutoruEncryptionType

Namespace: Obujekutoru
Assembly: obujekutoru (in obujekutoru.dll) Version: 1.0.0.19089 (1.0.0.*)
Syntax
public sealed class EncryptionType

The EncryptionType type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberAESEncryption
AES encryption type.
Public propertyStatic memberDESEncryption
DES encryption type.
Public propertyStatic memberRC2Encryption
RC2 encryption type.
Public propertyStatic memberTripleDESEncryption
3DES encryption type.
Top
Methods
  NameDescription
Public methodEquals
Returns a value indicating whether this instance is equal to a specified object.
(Overrides ObjectEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberParse
Converts the string representation of an encryption type to its encryption type equivalent.
Public methodToString
Converts this instance to its equivalent string representation.
(Overrides ObjectToString.)
Public methodStatic memberTryParse
Converts the string representation of an encryption type to its encryption type equivalent. A return value indicates whether the conversion succeeded.
Top
Operators
  NameDescription
Public operatorStatic memberEquality
Implementation of the == operator for EncryptionType class.
Public operatorStatic memberInequality
Implementation of the != operator for EncryptionType class.
Top
See Also