Jaa


AseChannelValidation.IsAseChannel(String) Method

Definition

Determines if a request from AseChannel.

public static bool IsAseChannel (string channelId);
static member IsAseChannel : string -> bool
Public Shared Function IsAseChannel (channelId As String) As Boolean

Parameters

channelId
String

need to be same with ChannelId.

Returns

True, if the token was issued by the AseChannel. Otherwise, false.

Applies to