Bouncy Castle Library
C#
VB
C++
JavaScript
Show/Hide TOC
IBlock
Cipher
Get
Block
Size Method
Definition
Namespace:
Org.BouncyCastle.Crypto
Assembly:
BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
C#
Copy
View Source
Request Example
int
GetBlockSize
()
VB
Copy
View Source
Request Example
Function
GetBlockSize
As
Integer
C++
Copy
View Source
Request Example
int
GetBlockSize
()
JavaScript
Copy
View Source
Request Example
function
GetBlockSize
();
Return Value
Int32
The block size for this cipher, in bytes.
See Also
Reference
IBlockCipher Interface
Org.BouncyCastle.Crypto Namespace
In This Article
Definition
See Also