SidIdentityHelper.IsNTAccount Method
Namespace: Microsoft.TeamFoundation.Framework.Common
Assembly: Microsoft.TeamFoundation.Common (in Microsoft.TeamFoundation.Common.dll)
Syntax
'Dichiarazione
Public Shared Function IsNTAccount ( _
sid As Byte() _
) As Boolean
public static bool IsNTAccount(
byte[] sid
)
public:
static bool IsNTAccount(
array<unsigned char>^ sid
)
static member IsNTAccount :
sid:byte[] -> bool
public static function IsNTAccount(
sid : byte[]
) : boolean
Parameters
- sid
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.