Click or drag to resize
MFAuthenticationHelperHashAlgorithm Property
Underlying hash algorithm used by the passcode generator.

Namespace: CMS.Membership
Assembly: CMS.Membership (in CMS.Membership.dll) Version: 11.0.0
Syntax
C#
protected virtual Func<HMAC> HashAlgorithm { get; }

Property Value

Type: FuncHMAC
Remarks
Default algorithm used is HMACSHA1. As per RFC 6238 HMACSHA256 and HMACSHA512 may be used.
See Also