Return the name of the algorithm the cipher implements.
Namespace: Org.BouncyCastle.Crypto.PaddingsAssembly: ITextSharp (in ITextSharp.dll) Version: 4.1.6.0
Syntax
| C# |
|---|
public string PaddingName { get; } |
| Visual Basic |
|---|
Public ReadOnly Property PaddingName As String Get |
| Visual C++ |
|---|
public: virtual property String^ PaddingName { String^ get () sealed; } |