SiteMembershipProvider.ComputeSHA512 method

namespace: Serenity.Web.Providers   assemblySerenity.Net.Web

Computes SHA512 of the string

public static string ComputeSHA512(string s)
parameter description
s String

Exceptions

exception condition
ArgumentNullException String is null or empty

See Also