System.Security.Cryptography.CryptographicException.ThrowCryptogaphicException C# (CSharp) Method

ThrowCryptogaphicException() private static method

private static ThrowCryptogaphicException ( int hr ) : void
hr int
return void
        private static void ThrowCryptogaphicException (int hr) {
            throw new CryptographicException(hr);
        }
    }