Class CryptographyUtils
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
Inheritance
System.Object
CryptographyUtils
Namespace: DotNetNuke.Common.Utilities
Assembly: DotNetNuke.dll
Syntax
public static class CryptographyUtils : object
Methods
| Improve this Doc View SourceCreateSHA1()
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
Declaration
public static SHA1 CreateSHA1()
Returns
Type | Description |
---|---|
SHA1 |
CreateSHA256()
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
Declaration
public static SHA256 CreateSHA256()
Returns
Type | Description |
---|---|
SHA256 |
CreateSHA384()
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
Declaration
public static SHA384 CreateSHA384()
Returns
Type | Description |
---|---|
SHA384 |
CreateSHA512()
CryptographyUtils is a Utility class that provides Cryptography Utility constants.
Declaration
public static SHA512 CreateSHA512()
Returns
Type | Description |
---|---|
SHA512 |