net10.0-windows7.0
namespace System.Security.Cryptography
{
public static class ProtectedData
{
public static bool TryUnprotect(ReadOnlySpan<byte> encryptedData, DataProtectionScope scope, Span<byte> destination, out int bytesWritten, ReadOnlySpan<byte> optionalEntropy = default);
}
}
.NET | 8.09.010.0 |
---|---|
Information specific to net10.0 | |
Platforms | This API is only available when you target a specific platform: |
Windows | 7.0 |
Information specific to net10.0-windows7.0 | |
Assembly | System.Security.Cryptography.ProtectedData , Version=10.0.0.0, PublicKeyToken=b03f5f7f11d50a3a |
Referencing | Your project needs a package reference to |
Package | System.Security.Cryptography.ProtectedData (10.0.0-preview.1.25080.5) net9.0 |
Preview | This API is contained in a prerelease package. |
Platform Restrictions | This API is only supported on the following platforms:
|