SimpleBlockResult Constructor
Base constructor - a wrapper for the passed in byte array.
Namespace: Org.BouncyCastle.CryptoAssembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SimpleBlockResult(
byte[] result
)
Public Sub New (
result As Byte()
)
Org.BouncyCastle.Crypto.SimpleBlockResult = function(result);
Parameters
- result Byte
- The byte array to be wrapped.