| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- {
- "AssemblyIdentity": "Microsoft.AspNetCore.DataProtection.Extensions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60",
- "Types": [
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionAdvancedExtensions",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.Byte[]"
- },
- {
- "Name": "lifetime",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.Byte[]",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.String"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "plaintext",
- "Type": "System.String"
- },
- {
- "Name": "lifetime",
- "Type": "System.TimeSpan"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "ToTimeLimitedDataProtector",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.IDataProtector"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protector",
- "Type": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector"
- },
- {
- "Name": "protectedData",
- "Type": "System.String"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.String",
- "Static": true,
- "Extension": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.DataProtectionProvider",
- "Visibility": "Public",
- "Kind": "Class",
- "Abstract": true,
- "Static": true,
- "Sealed": true,
- "ImplementedInterfaces": [],
- "Members": [
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "applicationName",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action<Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder>"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "applicationName",
- "Type": "System.String"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Create",
- "Parameters": [
- {
- "Name": "keyDirectory",
- "Type": "System.IO.DirectoryInfo"
- },
- {
- "Name": "setupAction",
- "Type": "System.Action<Microsoft.AspNetCore.DataProtection.IDataProtectionBuilder>"
- },
- {
- "Name": "certificate",
- "Type": "System.Security.Cryptography.X509Certificates.X509Certificate2"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.IDataProtectionProvider",
- "Static": true,
- "Visibility": "Public",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- },
- {
- "Name": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "Visibility": "Public",
- "Kind": "Interface",
- "Abstract": true,
- "ImplementedInterfaces": [
- "Microsoft.AspNetCore.DataProtection.IDataProtector"
- ],
- "Members": [
- {
- "Kind": "Method",
- "Name": "CreateProtector",
- "Parameters": [
- {
- "Name": "purpose",
- "Type": "System.String"
- }
- ],
- "ReturnType": "Microsoft.AspNetCore.DataProtection.ITimeLimitedDataProtector",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Protect",
- "Parameters": [
- {
- "Name": "plaintext",
- "Type": "System.Byte[]"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- },
- {
- "Kind": "Method",
- "Name": "Unprotect",
- "Parameters": [
- {
- "Name": "protectedData",
- "Type": "System.Byte[]"
- },
- {
- "Name": "expiration",
- "Type": "System.DateTimeOffset",
- "Direction": "Out"
- }
- ],
- "ReturnType": "System.Byte[]",
- "GenericParameter": []
- }
- ],
- "GenericParameters": []
- }
- ]
- }
|