Checks if the security extension can be used to check permissions for the artifact.
Namespace:  Microsoft.TeamFoundation.Framework.Server
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Function CanEvaluate ( _
    artifactUri As Uri _
) As Boolean
bool CanEvaluate(
    Uri artifactUri
)
bool CanEvaluate(
    Uri^ artifactUri
)
abstract CanEvaluate : 
        artifactUri:Uri -> bool
function CanEvaluate(
    artifactUri : Uri
) : boolean
Parameters
- artifactUri 
 Type: System.Uri- Artifact Uri to validate. 
Return Value
Type: System.Boolean
True if this security extension is for the given artifact Uri.
.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.