Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Determines whether the given EventToken is valid for this chain.
Namespace: Microsoft.VisualStudio.IntelliTrace
Assembly: Microsoft.VisualStudio.IntelliTrace (in Microsoft.VisualStudio.IntelliTrace.dll)
Syntax
'Declaration
Public Overrides Function IsValidToken ( _
token As EventToken _
) As Boolean
public override bool IsValidToken(
EventToken token
)
public:
virtual bool IsValidToken(
EventToken token
) override
abstract IsValidToken :
token:EventToken -> bool
override IsValidToken :
token:EventToken -> bool
public override function IsValidToken(
token : EventToken
) : boolean
Parameters
- token
Type: Microsoft.VisualStudio.IntelliTrace.EventToken
The token to check.
Return Value
Type: System.Boolean
True if the token is valid for this chain; otherwise, false.
.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.