VB.Net by API/System.Security.Cryptography — различия между версиями

Материал из VB Эксперт
Перейти к: навигация, поиск
 
Строка 1: Строка 1:
 +
The System.Security.Cryptography namespace provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication.
 
* [[VB.Net by API/System.Security.Cryptography/CryptoStream | CryptoStream]]
 
* [[VB.Net by API/System.Security.Cryptography/CryptoStream | CryptoStream]]
 
* [[VB.Net by API/System.Security.Cryptography/DESCryptoServiceProvider | DESCryptoServiceProvider]]
 
* [[VB.Net by API/System.Security.Cryptography/DESCryptoServiceProvider | DESCryptoServiceProvider]]

Текущая версия на 21:30, 26 мая 2010

The System.Security.Cryptography namespace provides cryptographic services, including secure encoding and decoding of data, as well as many other operations, such as hashing, random number generation, and message authentication.