Specifies the type of padding to apply when the message data block is shorter than the full number of bytes needed for a cryptographic operation.

      Syntax

      public enum PaddingMode

      Members

      NameDescription
      NoneNo padding is done.
      PKCS7The PKCS #7 padding string consists of a sequence of bytes, each of which is equal to the total number of padding bytes added.
      ZerosThe padding string consists of bytes set to zero.
      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