4 references to Authorization
System.ServiceModel (4)
System\ServiceModel\Description\ServiceCredentials.cs (3)
268if (serviceHost.Authorization.ServiceAuthorizationManager == null) 270serviceHost.Authorization.ServiceAuthorizationManager = new IdentityModelServiceAuthorizationManager(); 272else if (!(serviceHost.Authorization.ServiceAuthorizationManager is IdentityModelServiceAuthorizationManager))
System\ServiceModel\ServiceConfiguration.cs (1)
57return this.host.Authorization;