System.Security.Cryptography.KeySizes public sealed class KeySizes Documentation public int MaxSize { get; } public int MinSize { get; } public int SkipSize { get; } public KeySizes(int minSize, int maxSize, int skipSize)