2 references to DefaultDataProtectorType
System.Web (2)
Configuration\MachineKeySection.cs (2)
63
new ConfigurationProperty("dataProtectorType", typeof(string),
DefaultDataProtectorType
, StdValidatorsAndConverters.WhiteSpaceTrimStringConverter, null, ConfigurationPropertyOptions.None);
250
[ConfigurationProperty("dataProtectorType", DefaultValue =
DefaultDataProtectorType
)]