4 references to IsBase64UrlIdentifier
aspire (4)
src\Shared\BackchannelConstants.cs (4)
584
if (fileName.Length == CompactAppHostIdLength &&
IsBase64UrlIdentifier
(fileName))
601
if (
IsBase64UrlIdentifier
(candidateAppHostId) &&
602
IsBase64UrlIdentifier
(instanceId) &&
616
if (appHostId.Length != CompactAppHostIdLength || !
IsBase64UrlIdentifier
(appHostId))