Gets or sets the desired block cipher padding mode.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Property Padding As PaddingMode
	Get
	Set
C#
public PaddingMode Padding { get; set; }

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also