Click or drag to resize
EncryptionType Methods

The EncryptionType type exposes the following members.

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
See Also