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

Factory() private static method

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