2017-07-06 3 views

答えて

0

私はすべてのアイデンティティタイプを検索すると信じています。もちろんこれは複数の一致を見つけることができ、その場合にはMultipleMatchesExceptionがスローされることを意味します。

ETA:すべてを検索することを確認しました。 code、605行目を掘る:

   // This is the tricky case. They didn't specify a UrnScheme, so we need to 
       // try all of them. 

       string[] urnSchemesToTry = new string[] 
       { 
        UrnScheme.SamAccountScheme, 
        UrnScheme.UpnScheme, 
        UrnScheme.DistinguishedNameScheme, 
        UrnScheme.SidScheme, 
        UrnScheme.GuidScheme, 
        UrnScheme.NameScheme 
       }; 
関連する問題