Share via


ITokenReplayCache.TryFind(String) Method

Definition

Try to find securityToken

public bool TryFind (string securityToken);
abstract member TryFind : string -> bool
Public Function TryFind (securityToken As String) As Boolean

Parameters

securityToken
String

the security token to find.

Returns

true if the security token is found.

Applies to