IdentityHelper.IsEmailConfirmationPending Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Shared Function IsEmailConfirmationPending ( _
requestContext As TeamFoundationRequestContext, _
identityId As Guid _
) As Boolean
public static bool IsEmailConfirmationPending(
TeamFoundationRequestContext requestContext,
Guid identityId
)
public:
static bool IsEmailConfirmationPending(
TeamFoundationRequestContext^ requestContext,
Guid identityId
)
static member IsEmailConfirmationPending :
requestContext:TeamFoundationRequestContext *
identityId:Guid -> bool
public static function IsEmailConfirmationPending(
requestContext : TeamFoundationRequestContext,
identityId : Guid
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- identityId
Type: System.Guid
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.