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