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