Specifies the block cipher mode to use for encryption.

      Syntax

      public enum CipherMode

      Members

      NameDescription
      CBCThe Cipher Block Chaining (CBC) mode.
      ECBThe Electronic Codebook (ECB) mode encrypts each block individually.
      OFBThe Output Feedback (OFB) mode.
      Top

      Framework

      Portable Class Library for Windows Phone 8.1 and Windows 8.1 Store AppsPortable Class Library for Windows Phone 8.1 and Windows 8.1 Store Apps

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Network.WinPcl (in ComponentPro.Network.WinPcl.dll)

      Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)Universal Windows Platform (includes Windows 10 Mobile, Windows 10 Store Apps and Windows 10 IoT)

      Supported version: 4.6.x and later
      Assembly: ComponentPro.Network.Uwp (in ComponentPro.Network.Uwp.dll)

      See Also