MFAuthenticationHelperHashAlgorithm Property |
Underlying hash algorithm used by the passcode generator.
Namespace: CMS.MembershipAssembly: CMS.Membership (in CMS.Membership.dll) Version: 13.0.131
Syntax protected virtual Func<HMAC> HashAlgorithm { get; }
Property Value
Type:
FuncHMACRemarks
Default algorithm used is HMACSHA1.
As per RFC 6238 HMACSHA256 and HMACSHA512 may be used.
See Also