Share via


IGroupSecurityService.IsIdentityCached Method

Checks whether an identity is cached.

Namespace:  Microsoft.TeamFoundation.Server
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

'Declaration
Function IsIdentityCached ( _
    factor As SearchFactor, _
    factorValue As String _
) As Boolean
bool IsIdentityCached(
    SearchFactor factor,
    string factorValue
)
bool IsIdentityCached(
    SearchFactor factor, 
    String^ factorValue
)
abstract IsIdentityCached : 
        factor:SearchFactor * 
        factorValue:string -> bool
function IsIdentityCached(
    factor : SearchFactor, 
    factorValue : String
) : boolean

Parameters

Return Value

Type: System.Boolean
True if and only if the identity is cached; otherwise, false.

.NET Framework Security

See Also

Reference

IGroupSecurityService Interface

Microsoft.TeamFoundation.Server Namespace