3 writes to s_HashAlgorithmType
System.Web (3)
Security\Membership.cs (3)
449
s_HashAlgorithmType
= settings.HashAlgorithmType;
456
s_HashAlgorithmType
= appConfig.MachineKey.ValidationAlgorithm;
458
s_HashAlgorithmType
= "SHA1";
2 references to s_HashAlgorithmType
System.Web (2)
Security\Membership.cs (2)
55
public static string HashAlgorithmType { get { Initialize(); return
s_HashAlgorithmType
; }}
450
s_HashAlgorithmFromConfig = !string.IsNullOrEmpty(
s_HashAlgorithmType
);