Skip to content
This repository was archived by the owner on Oct 17, 2018. It is now read-only.

Commit 3064b60

Browse files
Set 2.1 baselines
1 parent 3f3bfe0 commit 3064b60

File tree

6 files changed

+32
-12
lines changed

6 files changed

+32
-12
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.Internal, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.Internal, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": []
44
}

src/Microsoft.AspNetCore.Cryptography.KeyDerivation/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.Cryptography.KeyDerivation, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.Cryptography.KeyDerivation.KeyDerivation",

src/Microsoft.AspNetCore.DataProtection.Abstractions/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Abstractions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Abstractions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DataProtection.DataProtectionCommonExtensions",

src/Microsoft.AspNetCore.DataProtection.AzureStorage/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.AzureStorage, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.AzureStorage, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DataProtection.AzureDataProtectionBuilderExtensions",

src/Microsoft.AspNetCore.DataProtection.Extensions/baseline.netcore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Extensions, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Extensions, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",

src/Microsoft.AspNetCore.DataProtection/baseline.netcore.json

Lines changed: 27 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection, Version=2.0.2.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
2+
"AssemblyIdentity": "Microsoft.AspNetCore.DataProtection, Version=2.1.1.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
33
"Types": [
44
{
55
"Name": "Microsoft.Extensions.DependencyInjection.DataProtectionServiceCollectionExtensions",
@@ -247,6 +247,26 @@
247247
"Visibility": "Public",
248248
"GenericParameter": []
249249
},
250+
{
251+
"Kind": "Method",
252+
"Name": "UnprotectKeysWithAnyCertificate",
253+
"Parameters": [
254+
{
255+
"Name": "builder",
256+
"Type": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder"
257+
},
258+
{
259+
"Name": "certificates",
260+
"Type": "System.Security.Cryptography.X509Certificates.X509Certificate2[]",
261+
"IsParams": true
262+
}
263+
],
264+
"ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder",
265+
"Static": true,
266+
"Extension": true,
267+
"Visibility": "Public",
268+
"GenericParameter": []
269+
},
250270
{
251271
"Kind": "Method",
252272
"Name": "ProtectKeysWithDpapi",
@@ -640,23 +660,23 @@
640660
"Members": [
641661
{
642662
"Kind": "Method",
643-
"Name": "get_Length",
663+
"Name": "Dispose",
644664
"Parameters": [],
645-
"ReturnType": "System.Int32",
665+
"ReturnType": "System.Void",
646666
"Sealed": true,
647667
"Virtual": true,
648-
"ImplementedInterface": "Microsoft.AspNetCore.DataProtection.ISecret",
668+
"ImplementedInterface": "System.IDisposable",
649669
"Visibility": "Public",
650670
"GenericParameter": []
651671
},
652672
{
653673
"Kind": "Method",
654-
"Name": "Dispose",
674+
"Name": "get_Length",
655675
"Parameters": [],
656-
"ReturnType": "System.Void",
676+
"ReturnType": "System.Int32",
657677
"Sealed": true,
658678
"Virtual": true,
659-
"ImplementedInterface": "System.IDisposable",
679+
"ImplementedInterface": "Microsoft.AspNetCore.DataProtection.ISecret",
660680
"Visibility": "Public",
661681
"GenericParameter": []
662682
},

0 commit comments

Comments
 (0)