TeamFoundationAuthenticationService.IsHighTrustIdentity Method
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function IsHighTrustIdentity ( _
requestContext As TeamFoundationRequestContext, _
claimSet As Dictionary(Of String, Claim) _
) As Boolean
public bool IsHighTrustIdentity(
TeamFoundationRequestContext requestContext,
Dictionary<string, Claim> claimSet
)
public:
bool IsHighTrustIdentity(
TeamFoundationRequestContext^ requestContext,
Dictionary<String^, Claim^>^ claimSet
)
member IsHighTrustIdentity :
requestContext:TeamFoundationRequestContext *
claimSet:Dictionary<string, Claim> -> bool
public function IsHighTrustIdentity(
requestContext : TeamFoundationRequestContext,
claimSet : Dictionary<String, Claim>
) : boolean
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- claimSet
Type: System.Collections.Generic.Dictionary<String, Claim>
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.