CryptographyUtility Members
Include Protected Members
Include Inherited Members
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |
The CryptographyUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
CombineBytes | Combines two byte arrays into one. |
|
CompareBytes | Determine if two byte arrays are equal. |
|
GetBytesFromHexString | Returns a byte array from a string representing a hexidecimal number. |
|
GetHexStringFromBytes | Returns a string from a byte array represented as a hexidecimal number (eg: 0F351A). |
|
GetRandomBytes | Overloaded. | |
ZeroOutBytes | Fills bytes zeros. |
See Also
Microsoft.Practices.EnterpriseLibrary.Security.Cryptography Namespace
Retired Content |
---|
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist. |