KeyParameter public class KeyParameter : ICipherParameters Documentation public int KeyLength { get; } public KeyParameter(byte[] key) public KeyParameter(byte[] key, int keyOff, int keyLen) public KeyParameter(ReadOnlySpan<byte> key) public static KeyParameter Create<TState>(int length, TState state, SpanAction<byte, TState> action) public byte[] GetKey()