The TlsCipher type exposes the following members.

Methods

  NameDescription
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 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 FrameworkGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkToString
Returns a description of the cipher.
(Overrides Object..::..ToString()()()().)

Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkBlockSize
Gets the cipher's block size.
Public propertySupported by the .NET Compact FrameworkCbc
Gets the value indicating whether the cipher is a block cipher in CBC mode.
Public propertySupported by the .NET Compact FrameworkCipherAlgorithm
Gets the active cipher algorithm.
Public propertySupported by the .NET Compact FrameworkCipherMode
Gets the active cipher mode.
Public propertySupported by the .NET Compact FrameworkEffectiveKeySize
Gets the effective key size.
Public propertySupported by the .NET Compact FrameworkExportable
Gets the value indicating whether the cipher is exportable.
Public propertySupported by the .NET Compact FrameworkKeyExchangeAlgorithm
Gets the selected key exchange algorithm.
Public propertySupported by the .NET Compact FrameworkKeyMaterialSize
Gets the size of key material.
Public propertySupported by the .NET Compact FrameworkKeySize
Gets the key size.
Public propertySupported by the .NET Compact FrameworkMacAlgorithm
Gets the active message authentication code (MAC) algorithm.
Public propertySupported by the .NET Compact FrameworkMacSize
Gets the MAC algorithm block size.
Public propertySupported by the .NET Compact FrameworkProtocol
Gets the active protocol version.
Public propertySupported by the .NET Compact FrameworkSuite
Returns the cipher suite ID.

See Also