U
Umut Tezduyar
What are the differences between these two methods. When i should use which
?
Also i want to know:
I generate byte by using RNGCryptoServiceProvider.GetBytes ();
I wonder how can i convert it by using Convert.ToBase64String (), i mean
the bytes that are generated may be not A-Z, a-z, 0-9, +,- . It may be other
different characters. But Convert.ToBase64String () converts them as the
variations A-Z, a-z, 0-9, +,-
?
Also i want to know:
I generate byte by using RNGCryptoServiceProvider.GetBytes ();
I wonder how can i convert it by using Convert.ToBase64String (), i mean
the bytes that are generated may be not A-Z, a-z, 0-9, +,- . It may be other
different characters. But Convert.ToBase64String () converts them as the
variations A-Z, a-z, 0-9, +,-