GroupSecurityService.IsIdentityCached Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Function IsIdentityCached ( _
factor As SearchFactor, _
factorValue As String _
) As Boolean
[WebMethodAttribute]
public bool IsIdentityCached(
SearchFactor factor,
string factorValue
)
[WebMethodAttribute]
public:
bool IsIdentityCached(
SearchFactor factor,
String^ factorValue
)
[<WebMethodAttribute>]
member IsIdentityCached :
factor:SearchFactor *
factorValue:string -> bool
public function IsIdentityCached(
factor : SearchFactor,
factorValue : String
) : boolean
Parameters
- factorValue
Type: System.String
Return Value
Type: System.Boolean
Returns Boolean.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.