3 references to ServiceAuthorizationManagerType
System.ServiceModel (3)
System\ServiceModel\Configuration\ServiceAuthorizationElement.cs (3)
61
[ConfigurationProperty(ConfigurationStrings.
ServiceAuthorizationManagerType
, DefaultValue = "")]
65
get { return (string)base[ConfigurationStrings.
ServiceAuthorizationManagerType
]; }
72
base[ConfigurationStrings.
ServiceAuthorizationManagerType
] = value;