7 implementations of Unprotect
Microsoft.AspNetCore.Authentication (1)
SecureDataFormat.cs (1)
56public TData? Unprotect(string? protectedText, string? purpose)
Microsoft.AspNetCore.Authentication.Test (6)
GoogleTests.cs (1)
1270public AuthenticationProperties Unprotect(string protectedText, string purpose)
OAuthTests.cs (1)
567public AuthenticationProperties Unprotect(string protectedText, string purpose)
OpenIdConnect\OpenIdConnectAuthenticateTests.cs (1)
129public AuthenticationProperties Unprotect(string protectedText, string purpose)
OpenIdConnect\OpenIdConnectEventTests.cs (1)
1344public AuthenticationProperties Unprotect(string protectedText, string purpose)
OpenIdConnect\OpenIdConnectEventTests_Handler.cs (1)
1342public AuthenticationProperties Unprotect(string protectedText, string purpose)
WsFederation\CustomStateDataFormat.cs (1)
32public AuthenticationProperties Unprotect(string protectedText, string purpose)
1 reference to Unprotect
Microsoft.AspNetCore.Authentication.Cookies (1)
CookieAuthenticationHandler.cs (1)
158var ticket = Options.TicketDataFormat.Unprotect(cookie, GetTlsTokenBinding());