Gets or sets the padding mode used in the symmetric algorithm.
            
    Namespace: 
   Rebex.Security.Cryptography
    Assembly:
   Rebex.Common (in Rebex.Common.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Public Overrides Property Padding As PaddingMode Get Set | 
| C# | 
|---|
| public override PaddingMode Padding { get; set; } | 
 
     
     
     
     
    