System.Security.Cryptography.RSAKeyFormatHelper static class RSAKeyFormatHelper Documentation Code namespace System.Security.Cryptography { internal static class RSAKeyFormatHelper { internal delegate TRet RSAParametersCallback<TRet> (RSAParameters parameters); } }