ProtectedData
Protect(Byte[], Byte[], DataProtectionScope)
Protect(ReadOnlySpan<Byte>, DataProtectionScope, ReadOnlySpan<Byte>)
Protect(ReadOnlySpan<Byte>, DataProtectionScope, Span<Byte>, ReadOnlySpan<Byte>)
TryProtect(ReadOnlySpan<Byte>, DataProtectionScope, Span<Byte>, Int32, ReadOnlySpan<Byte>)
TryUnprotect(ReadOnlySpan<Byte>, DataProtectionScope, Span<Byte>, Int32, ReadOnlySpan<Byte>)
Unprotect(Byte[], Byte[], DataProtectionScope)
Unprotect(ReadOnlySpan<Byte>, DataProtectionScope, ReadOnlySpan<Byte>)
Unprotect(ReadOnlySpan<Byte>, DataProtectionScope, Span<Byte>, ReadOnlySpan<Byte>)
net10.0
namespace System.Security.Cryptography
{
public static class ProtectedData
{
public static int Unprotect(ReadOnlySpan<byte> encryptedData, DataProtectionScope scope, Span<byte> destination, ReadOnlySpan<byte> optionalEntropy = default);
}
}
| .NET | 8.09.010.0 |
|---|---|
Information specific to net10.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.1) net10.0 |
| Platform Restrictions | This API is only supported on the following platforms:
|
- Built-in API
- Package-provided API