AseChannelValidation.IsAseChannel(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.