1 implementation of Protect
Microsoft.AspNetCore.Authentication (1)
SecureDataFormat.cs (1)
29public string Protect(TData data)
3 references to Protect
Microsoft.AspNetCore.Authentication.BearerToken (2)
BearerTokenHandler.cs (2)
73AccessToken = Options.BearerTokenProtector.Protect(CreateBearerTicket(user, properties)), 75RefreshToken = Options.RefreshTokenProtector.Protect(CreateRefreshTicket(user, utcNow)),
Microsoft.AspNetCore.Authentication.OAuth (1)
OAuthHandler.cs (1)
329parameters["state"] = Options.StateDataFormat.Protect(properties);