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

CryptoProviderExchangeRSAPKCS() public method

RSA provider that defaults to the PKCS#1.5 padding. For compatibility use only.
public CryptoProviderExchangeRSAPKCS ( int KeySize ) : System
KeySize int
return System
        public CryptoProviderExchangeRSAPKCS(int KeySize) : base(KeySize) {
            this.OAEP = false;
            }
CryptoProviderExchangeRSAPKCS