The SymmetricKeyAlgorithm type exposes the following members.

Methods

  NameDescription
Public methodSupported by the .NET Compact FrameworkCreateDecryptor
Creates a decryptor object for this algorithm based on the currently set parameters.
Public methodSupported by the .NET Compact FrameworkCreateEncryptor
Creates an encryptor object for this algorithm based on the currently set parameters.
Public methodSupported by the .NET Compact FrameworkDeriveIV
Derives an initialization vector (of BlockSize length) using the specified generator.
Public methodSupported by the .NET Compact FrameworkDeriveKey
Derives a key (of KeySize length) using the specified generator.
Public methodSupported by the .NET Compact FrameworkDispose
Disposes the object.
Public methodSupported by the .NET Compact FrameworkEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGenerateIV
Generates a initialization vector (of BlockSize length).
Public methodSupported by the .NET Compact FrameworkGenerateKey
Generates a random key (of KeySize length).
Public methodSupported by the .NET Compact FrameworkGetHashCode
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkGetIV
Gets the current initialization vector.
Public methodSupported by the .NET Compact FrameworkGetKey
Gets the current key.
Public methodSupported by the .NET Compact FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberSupported by the .NET Compact FrameworkIsSupported
Gets a value indicating whether the specified algorithm is supported.
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkSetIV
Sets the current initialization vector to the specified value.
Public methodSupported by the .NET Compact FrameworkSetKey
Sets the current key to the specified value and changes the KeySize accordingly.
Public methodSupported by the .NET Compact FrameworkToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToSymmetricAlgorithm
Creates a symmetric algorithm object for this algorithm based on the currently set parameters.

See Also