Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Declaration
Public Shared Function IsBuiltInAccount ( _
binarySid As Byte() _
) As Boolean
public static bool IsBuiltInAccount(
byte[] binarySid
)
public:
static bool IsBuiltInAccount(
array<unsigned char>^ binarySid
)
static member IsBuiltInAccount :
binarySid:byte[] -> bool
public static function IsBuiltInAccount(
binarySid : byte[]
) : boolean
Parameters
- binarySid
Type: array<System.Byte[]
Return Value
Type: System.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.