4 references to Enabled
System.IdentityModel (4)
System\IdentityModel\Configuration\TokenReplayDetectionElement.cs (4)
18
[ConfigurationProperty( ConfigurationStrings.
Enabled
, IsRequired = false, DefaultValue = false )]
21
get { return (bool)this[ConfigurationStrings.
Enabled
]; }
22
set { this[ConfigurationStrings.
Enabled
] = value; }
44
return (ElementInformation.Properties[ConfigurationStrings.
Enabled
].ValueOrigin != PropertyValueOrigin.Default ||