public KeySpec()

in Notation.Plugin.AzureKeyVault/Protocol/KeySpec.cs [53:57]


        public KeySpec(KeyType type, int size)
        {
            Type = type;
            Size = size;
        }