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