Share via


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
Public methodStatic member CombineBytes

Combines two byte arrays into one.

Public methodStatic member CompareBytes

Determine if two byte arrays are equal.

Public methodStatic member GetBytesFromHexString

Returns a byte array from a string representing a hexidecimal number.

Public methodStatic member GetHexStringFromBytes

Returns a string from a byte array represented as a hexidecimal number (eg: 0F351A).

Public methodStatic member GetRandomBytes Overloaded.
Public methodStatic member ZeroOutBytes

Fills bytes zeros.

See Also

CryptographyUtility Class

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.