|
67 | 67 | <Assembly Name="System.DirectoryServices.Protocols" Version="4.0.0.0" />
|
68 | 68 | <Assembly Name="System.Drawing.Common" Version="7.0.0.0" />
|
69 | 69 | <Assembly Name="System.Formats.Cbor" Version="7.0.0.0" />
|
| 70 | + <Assembly Name="System.IO.Hashing" Version="7.0.0.0" /> |
70 | 71 | <Assembly Name="System.IO.Packaging" Version="7.0.0.0" />
|
71 | 72 | <Assembly Name="System.IO.Pipelines" Version="7.0.0.0" />
|
72 | 73 | <Assembly Name="System.IO.Ports" Version="7.0.0.0" />
|
|
213 | 214 | </Type>
|
214 | 215 | <Type Name="Microsoft.Extensions.Caching.Memory.IMemoryCache" Id="T:Microsoft.Extensions.Caching.Memory.IMemoryCache">
|
215 | 216 | <Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.CreateEntry(System.Object)" />
|
| 217 | + <Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.GetCurrentStatistics" /> |
216 | 218 | <Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.Remove(System.Object)" />
|
217 | 219 | <Member Id="M:Microsoft.Extensions.Caching.Memory.IMemoryCache.TryGetValue(System.Object,System.Object@)" />
|
218 | 220 | </Type>
|
|
225 | 227 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose" />
|
226 | 228 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Dispose(System.Boolean)" />
|
227 | 229 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Finalize" />
|
| 230 | + <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.GetCurrentStatistics" /> |
228 | 231 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.Remove(System.Object)" />
|
229 | 232 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCache.TryGetValue(System.Object,System.Object@)" />
|
230 | 233 | <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCache.Count" />
|
|
257 | 260 | <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.Microsoft#Extensions#Options#IOptions<Microsoft#Extensions#Caching#Memory#MemoryCacheOptions>#Value" />
|
258 | 261 | <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.SizeLimit" />
|
259 | 262 | <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackLinkedCacheEntries" />
|
| 263 | + <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheOptions.TrackStatistics" /> |
| 264 | + </Type> |
| 265 | + <Type Name="Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics" Id="T:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics"> |
| 266 | + <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.#ctor" /> |
| 267 | + <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEntryCount" /> |
| 268 | + <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.CurrentEstimatedSize" /> |
| 269 | + <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalHits" /> |
| 270 | + <Member Id="P:Microsoft.Extensions.Caching.Memory.MemoryCacheStatistics.TotalMisses" /> |
260 | 271 | </Type>
|
261 | 272 | <Type Name="Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions" Id="T:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions">
|
262 | 273 | <Member Id="M:Microsoft.Extensions.Caching.Memory.MemoryDistributedCacheOptions.#ctor" />
|
|
286 | 297 | <Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Load" />
|
287 | 298 | <Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Set(System.String,System.String)" />
|
288 | 299 | <Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.TryGet(System.String,System.String@)" />
|
| 300 | + <Member Id="P:Microsoft.Extensions.Configuration.ChainedConfigurationProvider.Configuration" /> |
289 | 301 | </Type>
|
290 | 302 | <Type Name="Microsoft.Extensions.Configuration.ChainedConfigurationSource" Id="T:Microsoft.Extensions.Configuration.ChainedConfigurationSource">
|
291 | 303 | <Member Id="M:Microsoft.Extensions.Configuration.ChainedConfigurationSource.#ctor" />
|
|
833 | 845 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.GetEnumerator" />
|
834 | 846 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.IndexOf(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
|
835 | 847 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Insert(System.Int32,Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
|
| 848 | + <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.MakeReadOnly" /> |
836 | 849 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.Remove(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
|
837 | 850 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.RemoveAt(System.Int32)" />
|
838 | 851 | <Member Id="M:Microsoft.Extensions.DependencyInjection.ServiceCollection.System#Collections#Generic#ICollection<Microsoft#Extensions#DependencyInjection#ServiceDescriptor>#Add(Microsoft.Extensions.DependencyInjection.ServiceDescriptor)" />
|
|
14364 | 14377 | <Member Id="P:System.IO.FileFormatException.SourceUri" />
|
14365 | 14378 | </Type>
|
14366 | 14379 | </Namespace>
|
| 14380 | + <Namespace Name="System.IO.Hashing"> |
| 14381 | + <Type Name="System.IO.Hashing.Crc32" Id="T:System.IO.Hashing.Crc32"> |
| 14382 | + <Member Id="M:System.IO.Hashing.Crc32.#ctor" /> |
| 14383 | + <Member Id="M:System.IO.Hashing.Crc32.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14384 | + <Member Id="M:System.IO.Hashing.Crc32.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14385 | + <Member Id="M:System.IO.Hashing.Crc32.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14386 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.Byte[])" /> |
| 14387 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte})" /> |
| 14388 | + <Member Id="M:System.IO.Hashing.Crc32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" /> |
| 14389 | + <Member Id="M:System.IO.Hashing.Crc32.Reset" /> |
| 14390 | + <Member Id="M:System.IO.Hashing.Crc32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" /> |
| 14391 | + </Type> |
| 14392 | + <Type Name="System.IO.Hashing.Crc64" Id="T:System.IO.Hashing.Crc64"> |
| 14393 | + <Member Id="M:System.IO.Hashing.Crc64.#ctor" /> |
| 14394 | + <Member Id="M:System.IO.Hashing.Crc64.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14395 | + <Member Id="M:System.IO.Hashing.Crc64.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14396 | + <Member Id="M:System.IO.Hashing.Crc64.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14397 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.Byte[])" /> |
| 14398 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte})" /> |
| 14399 | + <Member Id="M:System.IO.Hashing.Crc64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte})" /> |
| 14400 | + <Member Id="M:System.IO.Hashing.Crc64.Reset" /> |
| 14401 | + <Member Id="M:System.IO.Hashing.Crc64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@)" /> |
| 14402 | + </Type> |
| 14403 | + <Type Name="System.IO.Hashing.NonCryptographicHashAlgorithm" Id="T:System.IO.Hashing.NonCryptographicHashAlgorithm"> |
| 14404 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.#ctor(System.Int32)" /> |
| 14405 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.Byte[])" /> |
| 14406 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.IO.Stream)" /> |
| 14407 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14408 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.AppendAsync(System.IO.Stream,System.Threading.CancellationToken)" /> |
| 14409 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash" /> |
| 14410 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHash(System.Span{System.Byte})" /> |
| 14411 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14412 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset" /> |
| 14413 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndReset(System.Span{System.Byte})" /> |
| 14414 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashAndResetCore(System.Span{System.Byte})" /> |
| 14415 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.GetHashCode" /> |
| 14416 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.Reset" /> |
| 14417 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetCurrentHash(System.Span{System.Byte},System.Int32@)" /> |
| 14418 | + <Member Id="M:System.IO.Hashing.NonCryptographicHashAlgorithm.TryGetHashAndReset(System.Span{System.Byte},System.Int32@)" /> |
| 14419 | + <Member Id="P:System.IO.Hashing.NonCryptographicHashAlgorithm.HashLengthInBytes" /> |
| 14420 | + </Type> |
| 14421 | + <Type Name="System.IO.Hashing.XxHash32" Id="T:System.IO.Hashing.XxHash32"> |
| 14422 | + <Member Id="M:System.IO.Hashing.XxHash32.#ctor" /> |
| 14423 | + <Member Id="M:System.IO.Hashing.XxHash32.#ctor(System.Int32)" /> |
| 14424 | + <Member Id="M:System.IO.Hashing.XxHash32.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14425 | + <Member Id="M:System.IO.Hashing.XxHash32.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14426 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[])" /> |
| 14427 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.Byte[],System.Int32)" /> |
| 14428 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Int32)" /> |
| 14429 | + <Member Id="M:System.IO.Hashing.XxHash32.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32)" /> |
| 14430 | + <Member Id="M:System.IO.Hashing.XxHash32.Reset" /> |
| 14431 | + <Member Id="M:System.IO.Hashing.XxHash32.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int32)" /> |
| 14432 | + </Type> |
| 14433 | + <Type Name="System.IO.Hashing.XxHash64" Id="T:System.IO.Hashing.XxHash64"> |
| 14434 | + <Member Id="M:System.IO.Hashing.XxHash64.#ctor" /> |
| 14435 | + <Member Id="M:System.IO.Hashing.XxHash64.#ctor(System.Int64)" /> |
| 14436 | + <Member Id="M:System.IO.Hashing.XxHash64.Append(System.ReadOnlySpan{System.Byte})" /> |
| 14437 | + <Member Id="M:System.IO.Hashing.XxHash64.GetCurrentHashCore(System.Span{System.Byte})" /> |
| 14438 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[])" /> |
| 14439 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.Byte[],System.Int64)" /> |
| 14440 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Int64)" /> |
| 14441 | + <Member Id="M:System.IO.Hashing.XxHash64.Hash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int64)" /> |
| 14442 | + <Member Id="M:System.IO.Hashing.XxHash64.Reset" /> |
| 14443 | + <Member Id="M:System.IO.Hashing.XxHash64.TryHash(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Int32@,System.Int64)" /> |
| 14444 | + </Type> |
| 14445 | + </Namespace> |
14367 | 14446 | <Namespace Name="System.IO.Packaging">
|
14368 | 14447 | <Type Name="System.IO.Packaging.CompressionOption" Id="T:System.IO.Packaging.CompressionOption">
|
14369 | 14448 | <Member Id="F:System.IO.Packaging.CompressionOption.Fast" />
|
@@ -16300,18 +16379,22 @@
|
16300 | 16379 | </Type>
|
16301 | 16380 | <Type Name="System.Security.Cryptography.Cose.CoseMessage" Id="T:System.Security.Cryptography.Cose.CoseMessage">
|
16302 | 16381 | <Member Id="M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.Byte[])" />
|
| 16382 | + <Member Id="M:System.Security.Cryptography.Cose.CoseMessage.DecodeSign1(System.ReadOnlySpan{System.Byte})" /> |
16303 | 16383 | <Member Id="P:System.Security.Cryptography.Cose.CoseMessage.Content" />
|
16304 | 16384 | <Member Id="P:System.Security.Cryptography.Cose.CoseMessage.ProtectedHeaders" />
|
16305 | 16385 | <Member Id="P:System.Security.Cryptography.Cose.CoseMessage.UnprotectedHeaders" />
|
16306 | 16386 | </Type>
|
16307 | 16387 | <Type Name="System.Security.Cryptography.Cose.CoseSign1Message" Id="T:System.Security.Cryptography.Cose.CoseSign1Message">
|
16308 | 16388 | <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" />
|
16309 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.ECDsa,System.Security.Cryptography.HashAlgorithmName,System.Boolean)" /> |
16310 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.Byte[],System.Security.Cryptography.RSA,System.Security.Cryptography.HashAlgorithmName,System.Boolean)" /> |
16311 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.ECDsa)" /> |
16312 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.ECDsa,System.ReadOnlySpan{System.Byte})" /> |
16313 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.RSA)" /> |
16314 |
| - <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.RSA,System.ReadOnlySpan{System.Byte})" /> |
| 16389 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.IO.Stream,System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap)" /> |
| 16390 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Sign(System.ReadOnlySpan{System.Byte},System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" /> |
| 16391 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.SignAsync(System.IO.Stream,System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Threading.CancellationToken)" /> |
| 16392 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.TrySign(System.ReadOnlySpan{System.Byte},System.Span{System.Byte},System.Security.Cryptography.AsymmetricAlgorithm,System.Security.Cryptography.HashAlgorithmName,System.Int32@,System.Security.Cryptography.Cose.CoseHeaderMap,System.Security.Cryptography.Cose.CoseHeaderMap,System.Boolean)" /> |
| 16393 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm)" /> |
| 16394 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.Byte[])" /> |
| 16395 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream)" /> |
| 16396 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.Verify(System.Security.Cryptography.AsymmetricAlgorithm,System.ReadOnlySpan{System.Byte})" /> |
| 16397 | + <Member Id="M:System.Security.Cryptography.Cose.CoseSign1Message.VerifyAsync(System.Security.Cryptography.AsymmetricAlgorithm,System.IO.Stream,System.Threading.CancellationToken)" /> |
16315 | 16398 | </Type>
|
16316 | 16399 | </Namespace>
|
16317 | 16400 | <Namespace Name="System.Security.Cryptography">
|
|
20973 | 21056 | <Member Id="M:System.ServiceProcess.ServiceBase.OnStart(System.String[])" />
|
20974 | 21057 | <Member Id="M:System.ServiceProcess.ServiceBase.OnStop" />
|
20975 | 21058 | <Member Id="M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.Int32)" />
|
| 21059 | + <Member Id="M:System.ServiceProcess.ServiceBase.RequestAdditionalTime(System.TimeSpan)" /> |
20976 | 21060 | <Member Id="M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase)" />
|
20977 | 21061 | <Member Id="M:System.ServiceProcess.ServiceBase.Run(System.ServiceProcess.ServiceBase[])" />
|
20978 | 21062 | <Member Id="M:System.ServiceProcess.ServiceBase.ServiceMainCallback(System.Int32,System.IntPtr)" />
|
|
0 commit comments