UserPrincipal.FindByIdentity使用哪种默认的IdentityType类型?

时间:2017-07-06 15:10:34

标签: c# .net

UserPrincipal.FindByIdentity有两个重载。其中一个没有指定IdentityType(但另一个指定)。

这个重载实际上使用哪个默认IdentityType?

1 个答案:

答案 0 :(得分:0)

我相信它会搜索所有身份类型。当然这意味着它可以找到多个匹配,在这种情况下抛出$scope.weatherAPI = $resource($sce.getTrustedResourceUrl('http://samples.openweathermap.org/data/2.5/forecast'), { callback: 'JSON_CALLBACK' }, { get: { method: 'JSONP' } } );

ETA:确认它确实搜索了所有这些内容。在第605行附近挖掘code

MultipleMatchesException