1 <Project Sdk="Microsoft.NET.Sdk">
4 <Version>1.0.9</Version>
6 Provides the secure repository protected by Tizen platform for keys, certificates, and sensitive data of users and/or their apps.
7 Additionally, secure cryptographic operations for non-exportable keys without revealing key values to clients are provided.
12 <TargetFramework>netstandard1.3</TargetFramework>
13 <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
14 <SignAssembly>True</SignAssembly>
15 <AssemblyOriginatorKeyFile>Tizen.Security.SecureRepository.snk</AssemblyOriginatorKeyFile>
16 <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
20 <PackageReference Include="Tizen" Version="$(TizenVersion)" />