Gets or sets the padding mode used in the symmetric algorithm.

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

Syntax

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

Field Value

The padding mode used in the symmetric algorithm.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also