Interface ICipherBuilderWithKey
- Namespace
- Org.BouncyCastle.Crypto
- Assembly
- BouncyCastle.Cryptography.dll
A cipher builder that can also return the key it was initialized with.
public interface ICipherBuilderWithKey : ICipherBuilder
- Inherited Members
Properties
Key
Return the key we were initialized with.
ICipherParameters Key { get; }