Added password and session creation functions.
This commit is contained in:
@@ -1,11 +1,74 @@
|
||||
{
|
||||
"version": 3,
|
||||
"targets": {
|
||||
".NETCoreApp,Version=v3.1": {}
|
||||
".NETCoreApp,Version=v3.1": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/5.0.1": {
|
||||
"type": "package",
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll": {}
|
||||
}
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.1": {
|
||||
"type": "package",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal": "5.0.1"
|
||||
},
|
||||
"compile": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {}
|
||||
},
|
||||
"runtime": {
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"libraries": {
|
||||
"Microsoft.AspNetCore.Cryptography.Internal/5.0.1": {
|
||||
"sha512": "VGfj77RBkyWpPxvX6oSghE3DPObvg171HRdwr/t3aJQ9Y5cgaZE8BUNLhHZ0yBFa218r7e9Qou+DLGfRtve4CQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.aspnetcore.cryptography.internal/5.0.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net461/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
||||
"lib/net461/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
||||
"lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
||||
"lib/net5.0/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.dll",
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.Internal.xml",
|
||||
"microsoft.aspnetcore.cryptography.internal.5.0.1.nupkg.sha512",
|
||||
"microsoft.aspnetcore.cryptography.internal.nuspec"
|
||||
]
|
||||
},
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation/5.0.1": {
|
||||
"sha512": "kYiQ5AZMKVIB+28+ImC6GihJTSh2Sr6iofiYtsOOnCbgCmNBljH4n+r8Qfocxv78xeeby5lwZorq05OvriDbOQ==",
|
||||
"type": "package",
|
||||
"path": "microsoft.aspnetcore.cryptography.keyderivation/5.0.1",
|
||||
"files": [
|
||||
".nupkg.metadata",
|
||||
".signature.p7s",
|
||||
"Icon.png",
|
||||
"THIRD-PARTY-NOTICES.TXT",
|
||||
"lib/net461/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
||||
"lib/net461/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
||||
"lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
||||
"lib/net5.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.dll",
|
||||
"lib/netstandard2.0/Microsoft.AspNetCore.Cryptography.KeyDerivation.xml",
|
||||
"microsoft.aspnetcore.cryptography.keyderivation.5.0.1.nupkg.sha512",
|
||||
"microsoft.aspnetcore.cryptography.keyderivation.nuspec"
|
||||
]
|
||||
}
|
||||
},
|
||||
"libraries": {},
|
||||
"projectFileDependencyGroups": {
|
||||
".NETCoreApp,Version=v3.1": []
|
||||
".NETCoreApp,Version=v3.1": [
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation >= 5.0.1"
|
||||
]
|
||||
},
|
||||
"packageFolders": {
|
||||
"C:\\Users\\admin\\.nuget\\packages\\": {}
|
||||
@@ -45,6 +108,12 @@
|
||||
"frameworks": {
|
||||
"netcoreapp3.1": {
|
||||
"targetAlias": "netcoreapp3.1",
|
||||
"dependencies": {
|
||||
"Microsoft.AspNetCore.Cryptography.KeyDerivation": {
|
||||
"target": "Package",
|
||||
"version": "[5.0.1, )"
|
||||
}
|
||||
},
|
||||
"imports": [
|
||||
"net461",
|
||||
"net462",
|
||||
|
||||
Reference in New Issue
Block a user