VB.Net by API/System.Security.Cryptography — различия между версиями
Admin (обсуждение | вклад) м (1 версия) |
|||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 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]] |
Текущая версия на 18: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.