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