Share via


SidIdentityHelper.IsServiceAccount Method

Namespace:  Microsoft.TeamFoundation.Framework.Common
Assembly:  Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)

Syntax

'Declaration
Public Shared Function IsServiceAccount ( _
    sid As Byte() _
) As Boolean
public static bool IsServiceAccount(
    byte[] sid
)
public:
static bool IsServiceAccount(
    array<unsigned char>^ sid
)
static member IsServiceAccount : 
        sid:byte[] -> bool 
public static function IsServiceAccount(
    sid : byte[]
) : boolean

Parameters

Return Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

SidIdentityHelper Class

Microsoft.TeamFoundation.Framework.Common Namespace