The TlsCipher type exposes the following members.

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