About
Pricing
Try Now
BUY
Free Trial
Welcome!
Licensing and how to order
Installation instruction
Overview and how to use Ultimate Sftp in Visual Studio
Connect to an SFTP/SSH Server
Authentication
Upload and download a single file
Wildcard masks and search criterion
Upload and download multiple files
Manage a single remote file
Manage multiple remote files and directories
Transfer queue
Upload and download a directory
Directory synchronization
Manage a remote directory
Unified API for SFTP and FTP
Show the progress while transferring data
Cancel an operation
Control bandwidth and speed optimization
Events
Security
Logging
Determine local PC and server time difference
Use asynchronous methods
Use path utility methods
Work with SSH
Work with SCP
Handle errors
Class Reference
ComponentPro
ComponentPro.Collections
ComponentPro.Compression
ComponentPro.Diagnostics
ComponentPro.IO
ComponentPro.IO.Synchronization
ComponentPro.Net
ComponentPro.Security
ComponentPro.Security.Authentication
ComponentPro.Security.Certificates
ComponentPro.Security.Cryptography
Classes
Interfaces
Structures
Enumerations
CipherMode
PaddingMode
ComponentPro.Security.Cryptography.Pkcs
ComponentPro UltimateSftp
PaddingMode Enumeration
See Also
Collapse All
Expand All
Members Options: Show All
Language Filter: All
Send comments
on this topic to
ComponentPro
Class Reference
>
ComponentPro.Security.Cryptography Namespace
> PaddingMode Enumeration
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
Copy Code
C#
VB.NET
C++/CLI
public enum PaddingMode
Public Enum PaddingMode
public enum class PaddingMode
Members
Name
Description
None
No padding is done.
PKCS7
The PKCS #7 padding string consists of a sequence of bytes, each of which is equal to the total number of padding bytes added.
Zeros
The padding string consists of bytes set to zero.
Top
Framework
Portable 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)
Supported version
: 4.6.x and later
Assembly
: ComponentPro.Network.Uwp (in ComponentPro.Network.Uwp.dll)
See Also
Reference
ComponentPro.Security.Cryptography Namespace