-
Notifications
You must be signed in to change notification settings - Fork 10.5k
feat: "Spanify" DataProtector #62903
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 21 commits
b1a4b40
aecf589
198501e
a4e3ca4
8d49973
ae6fb76
9caa72e
b9b45b2
b3e5b42
4eb96e3
afd344c
fd7f929
afbad47
34d52e7
18eec02
9e4a634
8829566
5f240c2
8d275ac
8f5b762
efd4f79
6142309
ae5bb82
0646d1a
3d37955
bbfce53
b0fc525
d4b1fc9
146af98
630e451
983b69f
948052c
37a3277
0e1dfd6
35f7522
05fdcc3
f223b45
c029655
fe478d2
72aecba
29e7622
516729c
21b7d87
5a1ea5c
f561796
c1b203f
614b569
9f24867
27f7609
e3726ec
bc44688
57e9f85
4eadb9b
e6d0d0a
41c2163
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,3 @@ | ||
#nullable enable | ||
Microsoft.AspNetCore.DataProtection.IDataProtector.GetProtectedSize(System.ReadOnlySpan<byte> plainText) -> int | ||
Check failure on line 2 in src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt
|
||
Microsoft.AspNetCore.DataProtection.IDataProtector.TryProtect(System.ReadOnlySpan<byte> plainText, System.Span<byte> destination, out int bytesWritten) -> bool | ||
Check failure on line 3 in src/DataProtection/Abstractions/src/PublicAPI.Unshipped.txt
|
Uh oh!
There was an error while loading. Please reload this page.