• A
    Remove restrictions on signing key length (#13910) · c54860f8
    Andy Gocke 提交于
    Roslyn uses the CLR APIs to sign an assembly, so as long as the CLR
    supports the key length and it is a valid key structure there's no
    reason we should limit the length of the key. In addition, the previous
    limit was wrong -- it didn't include padding space for the key header.
    
    Fixes #12822
    c54860f8
InternalsVisibleToAndStrongNameTests.cs 99.0 KB