Goedel.Cryptography.CryptoProviderExchangeRSAPKCS.Factory C# (CSharp) Method

Factory() private static method

private static Factory ( int KeySize, CryptoAlgorithmID Ignore ) : CryptoProvider
KeySize int
Ignore CryptoAlgorithmID
return CryptoProvider
        private static CryptoProvider Factory(int KeySize, CryptoAlgorithmID Ignore) {
            return new CryptoProviderExchangeRSAPKCS(KeySize);
            }
        }
CryptoProviderExchangeRSAPKCS