ICipherBuilderWithKey public interface ICipherBuilderWithKey : ICipherBuilder A cipher builder that can also return the key it was initialized with. Documentation ICipherParameters Key { get; } Return the key we were initialized with.